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