KEYPAD LCD JADI UMPHH
Fork of KeypadLib by
Revision 22:8909e7419412, committed 2018-05-17
- 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 |
diff -r fb28bc08ded4 -r 8909e7419412 keypad.h --- 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.