A simple Arduino library for incremental rotary encoders. Simply set a onStep-callback function, which is called when a step is ...
Arduino library for reading rotary encoders that output a 2-bit gray code. Rotary r = Rotary(2, 3); void setup() { r.begin(); } ...