KEYPAD LCD JADI UMPHH

Dependents:   KEYPADLCDMAIN

Fork of KeypadLib by Rune Langoy

Files at this revision

API Documentation at this revision

Comitter:
fitri
Date:
Thu May 17 08:12:42 2018 +0000
Parent:
21:fb28bc08ded4
Commit message:
KEYPAD LCD

Changed in this revision

keypad.h Show annotated file Show diff for this revision Revisions of this file
--- a/keypad.h	Sun Sep 20 06:00:00 2015 +0000
+++ b/keypad.h	Thu May 17 08:12:42 2018 +0000
@@ -35,10 +35,10 @@
 
 /** @brief table showing the printed layout of the keypad \n
  */
-const char keys[16] = {'1','2','3','A',
-                       '4','5','6','B',
-                       '7','8','9','C',
-                       '*','0','#','D'
+const char keys[16] = {'1','2','3','F',
+                       '4','5','6','E',
+                       '7','8','9','D',
+                       'A','0','B','C'
                       };
 /**
 * An simple polling-based interface to read a 4x4 keypad.