]> git.piffa.net Git - sketchbook_andrea/blobdiff - multitasking/blink_0_soluzione/blink_0_soluzione.ino
cleanup multitasking
[sketchbook_andrea] / multitasking / blink_0_soluzione / blink_0_soluzione.ino
index b1ba27afee6d54f7fb2f199f1250e616147c6748..265390e15b8d1cdd202963422dd295babbf4963a 100644 (file)
@@ -1,8 +1,6 @@
 /*
-  Blink
- Turns on an LED on for one second, then off for one second, repeatedly.
- This example code is in the public domain.
+  Blink due LED - Soluzione
+
  */
 
 // Pin 13 has an LED connected on most Arduino boards.
@@ -39,10 +37,6 @@ void loop() {
   ;
 }
 
-/* Domande
- 1. Aggiungere un secondo LED e farlo brillare ogni 500ms
- mentre il primo brilla ogni 1000ms
- */