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.
Dependencies: FPointer TextLCDlib mbed
Fork of keypad by
Revision 3:ecd4bb97a033, committed 2012-01-30
- Comitter:
- yoonghm
- Date:
- Mon Jan 30 09:56:15 2012 +0000
- Parent:
- 2:2e4900821a28
- Child:
- 4:b24cd656a23d
- Commit message:
- Documentation
Changed in this revision
| keypad.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/keypad.h Mon Jan 30 09:55:13 2012 +0000 +++ b/keypad.h Mon Jan 30 09:56:15 2012 +0000 @@ -28,9 +28,7 @@ /** * An interrupt-based interface to 4x4 keypad. - * * You also need to import FPointer library by Andy Kirkham - * * On each key pressed on a keypad, the index of the key is passed to a * user-defined function. User is free to define what to be done with the * input.
