PWM behavior has changed #13601
Unanswered
ThHupk
asked this question in
RP2040 / Pico
Replies: 2 comments
-
See now closed pull request #10850. PWM behavior has been update to be more consistent between ports. I believe the default behavior is to not start PWM if freq/duty not specified. |
Beta Was this translation helpful? Give feedback.
0 replies
-
The only port which was not yet aligned is the ESP32 port. There is an open PR #10854 aligning most of the behavior. Only with this port PWM starts at a default frequency of 5000Hz, duty_u16=32768. All other ports now requires freq and duty rate to be set deliberately to get a signal. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
PWM frequency now defaults to 0. Used to be 1907. Programs now are obliged to set the frequency.
Beta Was this translation helpful? Give feedback.
All reactions