mirror of
https://github.com/clockworkpi/DevTerm.git
synced 2026-03-19 18:32:39 +01:00
mini keyboard pause timer when duty cycle is 0
This commit is contained in:
@@ -63,7 +63,8 @@ void setup() {
|
||||
timer.resume();
|
||||
|
||||
pinMode(PA8,PWM);
|
||||
pwmWrite(PA8,dev_term.Keyboard_state.backlight);
|
||||
pwmWrite(PA8,0);
|
||||
|
||||
|
||||
delay(1000);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user