Hi! I know there is no support for multiplexed encoders, but I reeally need to get this to work somehow. When I hook up the encoders with the multiplexer I noticed when turning left and right only the order of the pressed pins changes:
When turning left: PIN10 press, PIN11 press, PIN10 release, PIN11 release.
When turning right: PIN11 press, PIN10 press, PIN11 release, PIN10 release
I was thinking about 2 separate output configs for each pin, and only executing when the other is already pressed. Is there any way that I can get this to work with custom configurations?
Thanks!