hii soalan 3

Fork of KeypadLib by fitri ariffin

Revision:
22:8909e7419412
Parent:
21:fb28bc08ded4
Child:
23:a09fc75f4ca7
--- 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.