Hi fellow Arduino'ers
Info:
I am building a small (flight) cockpit with 4 pots and 30 buttons (5x6) Matrix
I have the potentimeters of the project sorted and temporarily removed them from my code.
I have connected the matrix as follows:
Pins as follows
Rows: 0,1,2,3,5
Cols: 8,9,10,14,15,16
Problem:
Sometimes when I push a single button it will act as two buttons are being pushed when checking the game controller from my computer. other times two of the same button are giving the same output on the game controller.
Question :
Do I need resistors for the matrix to work? Do I need to have all the buttons connected for the program to work?