]> git.piffa.net Git - sketchbook_andrea/blobdiff - multitasking/BlinkWithoutDelay_6_class/BlinkWithoutDelay_6_class.ino
Multitasking
[sketchbook_andrea] / multitasking / BlinkWithoutDelay_6_class / BlinkWithoutDelay_6_class.ino
index fa55a1b6f683008ef22550270d008a4ba30ddbd4..2744341276d41b6555a52f65000e779f90e57e39 100644 (file)
@@ -42,8 +42,8 @@ public:
 };
 
 // Instanziamo i due led dalla classe 
-Lampeggiatore ledA(1, 1000);
-Lampeggiatore ledB(2, 500);
+Lampeggiatore ledA(13, 1000);
+Lampeggiatore ledB(12, 500);
 
 void setup() {
 }