Search found 2 matches
- Tue Oct 14, 2025 10:54 pm
- Forum: ESP32 Arduino
- Topic: Problems with using PCNT.
- Replies: 3
- Views: 3456
Re: Problems with using PCNT.
I think it has something to do with keeping track of which units that are available or not, in the end I solved this by taking that rotary encoder library code and combining it with my own code. It is a really messy solution but at least everything works when I set up everything from within a single ...
- Sun Jun 15, 2025 10:14 pm
- Forum: ESP32 Arduino
- Topic: Problems with using PCNT.
- Replies: 3
- Views: 3456
Problems with using PCNT.
Hello.
I am trying to make use of the PCNT module, in my code I have two libraries that each use PCNT, they work just fine when I test them separated but once put into the same sketch one of the libraries stop working.
Is there any known issues with using driver/pulse_cnt.h?
FYI, I am using an ...
I am trying to make use of the PCNT module, in my code I have two libraries that each use PCNT, they work just fine when I test them separated but once put into the same sketch one of the libraries stop working.
Is there any known issues with using driver/pulse_cnt.h?
FYI, I am using an ...