mirror of
https://github.com/okalachev/flix.git
synced 2025-07-29 12:28:59 +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);
|
digitalWrite(LED_BUILTIN, on ? HIGH : LOW);
|
||||||
state = on;
|
state = on;
|
||||||
}
|
}
|
||||||
|
|
||||||
void blinkLED() {
|
|
||||||
setLED(micros() / BLINK_PERIOD % 2);
|
|
||||||
}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user