X-Git-Url: http://git.piffa.net/web?a=blobdiff_plain;f=basic%2Fbuttons%2Fbutton_2_serial_debug%2Fbutton_2_serial_debug.ino;fp=basic%2Fbuttons%2Fbutton_2_serial_debug%2Fbutton_2_serial_debug.ino;h=5dbcf80fe984da4f9d4ae85f7e31fb4a901acfee;hb=f3ec20cfff8022aa265a9e3631141f7df4bb7363;hp=9a5057cea967e8e2ae04f7732ecdeda64e346141;hpb=b3b834b9e512718c9ea40b56276e6e22ca097571;p=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 }