From: Andrea Manni Date: Fri, 21 Oct 2016 19:36:42 +0000 (+0200) Subject: Merge branch 'master' of git://git.andreamanni.com/sketchbook_andrea X-Git-Url: http://git.piffa.net/web?a=commitdiff_plain;h=ad3aca9c8c8e24f1a1e0326ef5f027ab23b75712;hp=0cf9246dae9d495f333cee506f647664bcf12234;p=sketchbook_andrea Merge branch 'master' of git://git.andreamanni.com/sketchbook_andrea --- diff --git a/basic/buttons/button_2_serial_debug/button_2_serial_debug.ino b/basic/buttons/button_2_serial_debug/button_2_serial_debug.ino index 9a5057c..5dbcf80 100644 --- a/basic/buttons/button_2_serial_debug/button_2_serial_debug.ino +++ b/basic/buttons/button_2_serial_debug/button_2_serial_debug.ino @@ -19,7 +19,7 @@ int input = 2; // the setup routine runs once when you press reset: void setup() { pinMode(led, OUTPUT); // Il PIN e' attivato come output - pinMode(input, INPUT); // Il PIN e' attivato come output + pinMode(input, INPUT); // Il PIN e' attivato come output Serial.begin(9600); // Attivazione seriale }