Join Discord
Powered by
MCPWM
# help
s
smolesen
10/21/2022, 12:49 PM
Is there any support for MCPWM in Your?
f
floitsch
10/21/2022, 12:50 PM
Not yet. We use the ledc for PWM.
floitsch
10/21/2022, 12:50 PM
I think it should be straight-forward to expose them, but so far we didn't need them.
floitsch
10/21/2022, 12:51 PM
And browsing through the documentation, is is quite configurable.
floitsch
10/21/2022, 12:51 PM
While straight-forward, it might take a bit of time to expose it.
s
smolesen
10/22/2022, 6:32 AM
Ok, just had a need for making a PWM with a low freq, and saw this post
https://forum.arduino.cc/t/esp32-what-is-the-minimum-pwm-frequency/671077
f
floitsch
10/22/2022, 8:16 AM
I see. I would probably just run a loop with sleeps in a task, but that wouldn't be as precise as the hardware.
b
bmentink
10/24/2022, 10:33 PM
I vote for MCPWM support too, when you have the time 😎
Previous
Next