only:small-can-board
This commit is contained in:
rusefillc 2023-12-13 00:32:04 -05:00
parent 95a70cd4ab
commit bac9be541a
1 changed files with 3 additions and 3 deletions

View File

@ -83,14 +83,14 @@ end
canRxAdd(ID_413_19D, onMqbHeadlight)
canRxAdd(ID_981_3D5, onMqbHeadlight)
canTimer = Timer.new()
canTimer : reset()
startPwm(0, 10, 0)
startPwm(1, 10, 0)
startPwm(2, 10, 0)
startPwm(3, 10, 0)
canTimer = Timer.new()
canTimer : reset()
commTimer = Timer.new()
commTimer : reset()