Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: 4x4KeyBoardExample xoxokey 4x4KeyBoardExample ProgettoCassaforte ... more
Fork of keypad by
Revision 21:fb28bc08ded4, committed 2015-09-20
- Comitter:
- rlanghbv
- Date:
- Sun Sep 20 06:00:00 2015 +0000
- Parent:
- 20:064b86485f26
- Commit message:
- doc update
Changed in this revision
keypad.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/keypad.h Sun Sep 20 05:56:16 2015 +0000 +++ b/keypad.h Sun Sep 20 06:00:00 2015 +0000 @@ -102,7 +102,7 @@ * @return char * @returns * The pressed character\n - * -1 if no keys was pressed + * '\0' or NO_KEY if no keys was pressed */ char getKey();