]> git.piffa.net Git - sketchbook_andrea/commitdiff
oggi
authorAndrea Manni <andrea@piffa.net>
Wed, 5 Oct 2016 14:03:42 +0000 (16:03 +0200)
committerAndrea Manni <andrea@piffa.net>
Wed, 5 Oct 2016 14:03:42 +0000 (16:03 +0200)
basic/buttons/button_2_serial_debug/button_2_serial_debug.ino

index 9a5057cea967e8e2ae04f7732ecdeda64e346141..5dbcf80fe984da4f9d4ae85f7e31fb4a901acfee 100644 (file)
@@ -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
 }