Przycisk reset - obsługa diody
This commit is contained in:
@@ -395,6 +395,14 @@ void loop() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// if minął czas -> resetVal = 0;
|
||||||
|
|
||||||
|
if (resetVal == 1 ){
|
||||||
|
neoPixelFilter = 0;
|
||||||
|
} else {
|
||||||
|
neoPixelFilter = 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
delay(100);
|
delay(100);
|
||||||
//NEOPIXELS
|
//NEOPIXELS
|
||||||
|
|||||||
Reference in New Issue
Block a user