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
Here is my code, which compiles and runs without your library, but misses lots of interrupts and often reports the wrong direction: Rotary Encoder Good.txt
I am attempting to use your encoder library on a project of mine that employs an ATTiny88 with an EC11 rotary encoder attached to pins 12 and 13.
Here is the error stack using your interrupt example:
Rotary Encoder errors.txt
Here is my code, which compiles and runs without your library, but misses lots of interrupts and often reports the wrong direction:
Rotary Encoder Good.txt
Note the ATTiny88 requires a slightly modified PinChangeInterrupt.h library. See https://arduino.stackexchange.com/questions/92354/change-interrupts-on-the-attiny-88
The text was updated successfully, but these errors were encountered: