miketeachman / micropython-rotary

MicroPython module to read a rotary encoder.
MIT License
269 stars 56 forks source link

tested with EC11 encoder #23

Open sfblackwell opened 1 year ago

sfblackwell commented 1 year ago

Hi Mike,

I have been using your lib with Pi Pico and the Fermion: EC11 Rotary Encoder Module

https://www.dfrobot.com/product-1611.html

and all appears ok.

Also tested with two on these encoders on same board at same time.

The push button on the encoder also works and is triggered by pushing the rotary button down. This uses the normal 'Pin(GPx, Pin.IN, Pin.PULL_UP)'.

Regards

Simon

miketeachman commented 1 year ago

Thanks for reporting on this encoder module and sorry for the long delay to respond. I updated the Readme.