From 5ea835ef7486c236c9f9bbe2207244ad79ef1492 Mon Sep 17 00:00:00 2001 From: Brendan Haines Date: Tue, 29 Nov 2016 21:18:46 -0700 Subject: [PATCH] should be correct keypad pinout --- Hohm_Phone.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Hohm_Phone.ino b/Hohm_Phone.ino index 05612fb..f46c6f8 100644 --- a/Hohm_Phone.ino +++ b/Hohm_Phone.ino @@ -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 //////////