Search found 1 match

by ataboo
Mon Jan 04, 2021 12:30 am
Forum: ESP-IDF
Topic: My long path to configuring the RMT and PCNT to share GPIO
Replies: 14
Views: 21219

Re: My long path to configuring the RMT and PCNT to share GPIO

I really appreciate the way this was laid out. It made journeying into lower level IDF much more manageable as I'm still figuring things out. For anyone looking to get MCPWM and PCNT using the same pin, I have an example here: https://github.com/ataboo/esp-mcpwm-pcnt-combined/blob/master/main/main.c...