]> git.piffa.net Git - sketchbook_andrea/commitdiff
errata blink 2 led
authorAndrea Manni <andrea@piffa.net>
Mon, 2 Mar 2015 22:54:37 +0000 (23:54 +0100)
committerAndrea Manni <andrea@piffa.net>
Mon, 2 Mar 2015 22:54:37 +0000 (23:54 +0100)
basic/blinks/blink_5_2_leds/blink_5_2_leds.ino

index 299bcf04ad6d6acfd5ed7711820d7a49923159cc..36ad89d2e42db6f6f1b4be23295d4b21733747fc 100644 (file)
@@ -17,6 +17,8 @@
 // give it a name:
 int led = 13;
 int red = 12; // Definiamo un altro led
+int breve = 200;  // Variabile richiambile nel corso dell'esecuzione
+int lunga = 1000;
 
 // the setup routine runs once when you press reset:
 void setup() {