Rotary encoder library?

Is there a rotary encoder library that’s compatible with the interrupts on the Artemis? (The one I usually use has not been updated for Artemis yet.)

Reviving this thread cause I’m currently having the same problem with “Encoder” library not working and ‘NewEncoder’ library not working as specified - anyone have any recommendation?

Edit: The NewEncoder works somewhat but a big buggy (no switch detection, increments are not detected properly. I guess it has to do with how to attach interrupts with the Apollo). I found this library which works perfectly for my simple use case https://forum.arduino.cc/t/fully-workin … mps/892697