Arduino library for reading rotary encoders that output a 2-bit gray code. Rotary r = Rotary(2, 3); void setup() { r.begin(); } void loop() { result = r.process(); if ...
On the hardware above the library has been tested and works correctly. But with small crutches, it can work on other equipment. You use this module at your own risk. My experience in MicroPython ...