You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The IncrementalEncoder class needs two Pin instances to be instantiated, therefore it cannot be used with rotary encoders that are attached to a(n i2c) GPIO expander.
I'm wondering whether it would be possible to extend it, or to create a version of it which can work with values coming from an expander. An added bonus could be to make use of any interrupt pins on the expander which are connected to GPIO pins on the board.