micropython-rotary icon indicating copy to clipboard operation
micropython-rotary copied to clipboard

MicroPython module to read a rotary encoder.

Results 18 micropython-rotary issues
Sort by recently updated
recently updated
newest added

Hi Mike, Firstly, thanks for an excellent MicroPython library for the rotary encoder. So many resources use Circuit Python or Arduino only, so it's great to come across this! My...

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...

Hi Mike, I have a project where I want to use five rotary encoders. There are of course GPIO expander ICs such as the MCP23017 but to use that kind...

Thank you for creating this - it's very nice. Is it possible to set a starting value that is different from the min value? Edit: I read the documentation and...

to whom it may concern hey trying to use your rotary encoder have had this library working before but that was a while ago when i started coding in python...

The problem is that the code is unable to detect the initial state correctly, causing fail detection of the first half-step. The way I solved the problem was to add...

Hello, I added a class to use this create module with an mcp230xx port expander.