From f3ec20cfff8022aa265a9e3631141f7df4bb7363 Mon Sep 17 00:00:00 2001 From: Andrea Manni Date: Wed, 5 Oct 2016 16:03:42 +0200 Subject: [PATCH] oggi --- basic/buttons/button_2_serial_debug/button_2_serial_debug.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.39.2