You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/*
* Arduino pins - keypad pins
* 2- keypad 1 face a (green wires)
* 3- keypad 2 face a
* 4- keypad 3 face a
* 5- keypad 4 face a
* 6- keypad 5 face b (yellow wires)
* 7- keypad 6 face b
* 8- keypad 7 face b
* 9- keypad 8 face b
*/
byte rowPins[ROWS] = {2, 3, 4, 5}; //connect to the row pinouts of the keypad
byte colPins[COLS] = {6, 7, 8, 9}; //connect to the column pinouts of the keypad
If someone needs to use a 4x4 keypad of this model of the image, can try with this configuration:
The text was updated successfully, but these errors were encountered: