3 x 74hc4051 multiplexer and 24 buttons midi #923
PanJabuszko
started this conversation in
General
Replies: 1 comment
-
The wiring of the multiplexer is the same, regardless of whether you're using potentiometers or switches. You wire the buttons in the same way as if you wired them to an Arduino GPIO pin directly, i.e. between the mulltiplexer pin and ground. The code for switches is very similar to the code for potentiometers. You simply instantiate some multiplexer objects, and pass the pins of those multiplexers to the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello I want to make a foot-keyboard with 24 buttons - 2 octaves. I have arduino and multiplexers but I don't have any idea how to wire it and run. I have seen the code on github with potentiometers, but can I make it for buttons?
I am counting for your help :DD
Beta Was this translation helpful? Give feedback.
All reactions