should be correct keypad pinout

This commit is contained in:
Brendan Haines 2016-11-29 21:18:46 -07:00
parent 0e6bf815ca
commit 5ea835ef74

View File

@ -23,8 +23,8 @@
#define MAG_SENSE A1 #define MAG_SENSE A1
// Keypad pinout // Keypad pinout
byte rowPins[4] = {9, 4, 5, 7}; byte rowPins[4] = {5, 10, 9, 7};
byte colPins[3] = {8, 10, 6}; byte colPins[3] = {6, 4, 8};
//////////////////////////////////// ////////////////////////////////////
////////// END PARAMETERS ////////// ////////// END PARAMETERS //////////