mirror of
https://github.com/okalachev/flix.git
synced 2025-07-29 04:19:00 +00:00
Cleanup
This commit is contained in:
parent
f2aae92f1e
commit
e8341976f6
@ -21,7 +21,3 @@ void setLED(bool on) {
|
||||
digitalWrite(LED_BUILTIN, on ? HIGH : LOW);
|
||||
state = on;
|
||||
}
|
||||
|
||||
void blinkLED() {
|
||||
setLED(micros() / BLINK_PERIOD % 2);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user