mirror of
https://github.com/okalachev/flix.git
synced 2026-01-10 04:57:17 +00:00
Cleanup
This commit is contained in:
@@ -21,7 +21,3 @@ void setLED(bool on) {
|
||||
digitalWrite(LED_BUILTIN, on ? HIGH : LOW);
|
||||
state = on;
|
||||
}
|
||||
|
||||
void blinkLED() {
|
||||
setLED(micros() / BLINK_PERIOD % 2);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user