diff --git a/software/GToE/GToE.ino b/software/GToE/GToE.ino index 93a2410..e2f066b 100644 --- a/software/GToE/GToE.ino +++ b/software/GToE/GToE.ino @@ -40,7 +40,7 @@ channel channels[6] = { //array of channel settings {10, 0, 0, 0 }, { 7, 1, 0, 0 }, { 2, 0, 1, 4 }, - { 6, 1, 1,-4 }, + { 6, 1, 1,-4 } }; int outsClocksCounts[6]; @@ -191,6 +191,7 @@ void updateTiming() { void resetClocks() { for (int i = 0; i<6; i++) { outsClocksCounts[i] = 0; + digitalWrite(outsPins[i], LOW); //to avoid stuck leds } }