mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2025-05-19 10:32:56 +00:00
Merge branch 'main' into HendrikRauh/issue33
This commit is contained in:
commit
902448a243
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ void ledBlink(int ms)
|
|||
timer = timerBegin(0, 80, true); // timer 0, prescalar: 80, UP counting
|
||||
timerAttachInterrupt(timer, &onTimer, true); // Attach interrupt
|
||||
}
|
||||
else if (ms == 0)
|
||||
if (ms == 0)
|
||||
{
|
||||
timerAlarmDisable(timer);
|
||||
analogWrite(PIN_LED, brightness_led);
|
||||
|
|
Loading…
Add table
Reference in a new issue