You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My setup with the internal pull up resistors worked fine. When I changed it to use the pull down resistors nothing happened at all.
So I tried to set the pins to pull down explicitly after attaching the encoder and viola - it worked!
I did some research in the ESP32 docs and it seems that the PCNT library sets the inputs to pull up:
The text was updated successfully, but these errors were encountered:
Hello, thanks for the great library!
My setup with the internal pull up resistors worked fine. When I changed it to use the pull down resistors nothing happened at all.
So I tried to set the pins to pull down explicitly after attaching the encoder and viola - it worked!
I did some research in the ESP32 docs and it seems that the PCNT library sets the inputs to pull up:
The text was updated successfully, but these errors were encountered: