Replies: 4 comments
|
For the 4501 I now locally changed it to INPUT_PULLUP and it works great. Maybe that can be added to the constructor like for the unmultiplexed version. |
0 replies
|
For button one needs to invert the state then though (until you fix it in the library) |
0 replies
|
Interesting, I'll have a look |
0 replies
|
To be clear for the encoders INPUT_PULLUP saves you adding the extra resistors and is all great. For the encoder buttons it would be better to have then on VCC and use INPUT_PULLDOWN, but we don't need to overcomplicate it. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
E.g. in https://github.com/luni64/EncoderTool/blob/master/src/Multiplexed/EncPlex4051.h#L38
All reactions