Micropython with MCPWM support

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
bskp
Posts: 2
Joined: Sun Sep 22, 2019 2:27 pm

Micropython with MCPWM support

Post by bskp » Tue Sep 24, 2019 10:06 am

Anyone in need for more channels on his ESP32?
Well, I was, and did a basic implementation for MCPWM support, allowing additional 12 channels with 6 timers: https://github.com/bskp/micropython_esp32_mcpwm
I'd be happy to see if it helps someone else!
Last edited by bskp on Tue Sep 24, 2019 11:46 am, edited 1 time in total.

User avatar
jimmo
Posts: 2754
Joined: Tue Aug 08, 2017 1:57 am
Location: Sydney, Australia
Contact:

Re: Micropython with MCPWM support

Post by jimmo » Tue Sep 24, 2019 11:41 am

That's really cool, nice work! Would be good to get this merged upstream if you're interested.

Post Reply