miketeachman / micropython-rotary

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

Update rotary.py #17

Closed ilium007 closed 2 years ago

ilium007 commented 2 years ago

Modified state table to fix issue with missed step when changing encoder direction as discussed in this issue thread: https://github.com/miketeachman/micropython-rotary/issues/10

Not sure how this affects the 'half_step' state table

ilium007 commented 2 years ago

Fixed in commit: https://github.com/miketeachman/micropython-rotary/commit/2694e9255e4ecad7da479aa9210e2046385123a9