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
How it would be possible to use this library with a rotary Encoder
I am using an ESP32 and running out of pins. This library has been very useful and simple to use with push buttons but I am having a lot of trouble trying to make rotary encoder to work.
any suggestion or idea would be h.a.
The text was updated successfully, but these errors were encountered:
SPI is pretty fast, it would depend on your polling rate if you are not using interrupts for the pins. Interrupt would be better especially if your loop has slow code if you wanna catch the encoder signals.
How it would be possible to use this library with a rotary Encoder
I am using an ESP32 and running out of pins. This library has been very useful and simple to use with push buttons but I am having a lot of trouble trying to make rotary encoder to work.
any suggestion or idea would be h.a.
The text was updated successfully, but these errors were encountered: