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. |
Beta Was this translation helpful? Give feedback.
-
For button one needs to invert the state then though (until you fix it in the library) |
Beta Was this translation helpful? Give feedback.
-
Interesting, I'll have a look |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
E.g. in https://github.com/luni64/EncoderTool/blob/master/src/Multiplexed/EncPlex4051.h#L38
Beta Was this translation helpful? Give feedback.
All reactions