This commit is contained in:
Oleg Kalachev 2025-03-01 00:02:44 +03:00
parent f2aae92f1e
commit e8341976f6

View File

@ -21,7 +21,3 @@ void setLED(bool on) {
digitalWrite(LED_BUILTIN, on ? HIGH : LOW);
state = on;
}
void blinkLED() {
setLED(micros() / BLINK_PERIOD % 2);
}