mirror of
https://github.com/brendanhaines/Hohm-Phone.git
synced 2024-11-09 21:14:44 -07:00
should be correct keypad pinout
This commit is contained in:
parent
0e6bf815ca
commit
5ea835ef74
|
@ -23,8 +23,8 @@
|
|||
#define MAG_SENSE A1
|
||||
|
||||
// Keypad pinout
|
||||
byte rowPins[4] = {9, 4, 5, 7};
|
||||
byte colPins[3] = {8, 10, 6};
|
||||
byte rowPins[4] = {5, 10, 9, 7};
|
||||
byte colPins[3] = {6, 4, 8};
|
||||
|
||||
////////////////////////////////////
|
||||
////////// END PARAMETERS //////////
|
||||
|
|
Loading…
Reference in New Issue
Block a user