Is it possible to use analogWrite() function together with running dscKeybusInterface ? #170
Unanswered
UltimatPronin
asked this question in
dscKeybusInterface Discussion
Replies: 2 comments
-
(Moved over to discussions)
I'm not sure if there's a good way to use |
Beta Was this translation helpful? Give feedback.
0 replies
-
Looks like timer0 usage not possible if WiFi is needed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried to use analogWrite() to do different blinks with different brightness for Nodemcu's board build in leds to visual indicate module state (for example, Idle, Processing received command, busy, etc...) but get a lot of reboots. I think it is because timer1 is used by dscKeybusInterface. Maybe anyone can advice the proper way how to use timer1 together with analogWrite()?
Beta Was this translation helpful? Give feedback.
All reactions