
I'm new to microcontroller programming and micropython... I tinkered some days with an Esp32 without psram and achieved what I was up to, thanks to all this great docs and tutorial!
But now I think I have to go deeper in the esp idf and micropython interfaces. I want to use the integrated pulse counter(pcnt) of the esp32 microcontroller and as far as I have seen there is no implementation yet, or am I wrong?
I think this pulse counters are a nice way of counting the pulses on an input. As I understand this, they are relatively efficient, and one might be able to query the pulses and reset the counter. Maybe it is interesting in one or another scenario.
What do you think?
Best
Bjoern