mirror of
https://github.com/okalachev/flix.git
synced 2026-01-10 21:16:50 +00:00
Cleanup
This commit is contained in:
@@ -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);
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user