MCPWM
# help
s
Is there any support for MCPWM in Your?
f
Not yet. We use the ledc for PWM.
I think it should be straight-forward to expose them, but so far we didn't need them.
And browsing through the documentation, is is quite configurable.
While straight-forward, it might take a bit of time to expose it.
s
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
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
I vote for MCPWM support too, when you have the time 😎