A simple Arduino library for incremental rotary encoders. Simply set a onStep-callback function, which is called when a step is detected. The library also approximates the steps per second, which is ...
Supports rotary incremental optical encoders. Provides methods to retrieve the encoder count and speed in degrees per second. Uses interrupt-based reading of the encoder signals for accurate counting.