hii soalan 3

Fork of KeypadLib by fitri ariffin

Files at this revision

API Documentation at this revision

Comitter:
syakir93
Date:
Mon Jun 04 14:30:19 2018 +0000
Parent:
22:8909e7419412
Commit message:
soalan 3

Changed in this revision

keypad.h Show annotated file Show diff for this revision Revisions of this file
--- a/keypad.h	Thu May 17 08:12:42 2018 +0000
+++ b/keypad.h	Mon Jun 04 14:30:19 2018 +0000
@@ -38,7 +38,7 @@
 const char keys[16] = {'1','2','3','F',
                        '4','5','6','E',
                        '7','8','9','D',
-                       'A','0','B','C'
+                       ' ','0','B','C'
                       };
 /**
 * An simple polling-based interface to read a 4x4 keypad.