Hi! I'm building a board with a lot of buttons based in Arduino. The case is that it is limited to 14 port I/O, but we are interested only function as inputs. Is there a way to allow using more inputs?
I know there is the option of using a multiplexer, but that idea did not convince me and I just thought of another way:
Connect an X button to input 0.
Connect an Y button to input 1.
Connect an Z button to input 0 and input 1.
I think I could differentiate when I pressed the X, Y or Z, don't?
THANKS!