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: Tarea3_Teclado Tarea3_Teclado_Mejoras Tarea3_Teclado_sonido IngresoHORA ... more
Fork of keypad by
Revision 9:e48ba5b4c497, committed 2012-01-31
- Comitter:
- yoonghm
- Date:
- Tue Jan 31 00:31:58 2012 +0000
- Parent:
- 8:6f46334b16b7
- Commit message:
Changed in this revision
keypad.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 6f46334b16b7 -r e48ba5b4c497 keypad.h --- a/keypad.h Tue Jan 31 00:30:41 2012 +0000 +++ b/keypad.h Tue Jan 31 00:31:58 2012 +0000 @@ -29,12 +29,13 @@ /** * An interrupt-based interface to 4x4 keypad. * - * This library makes use of - * @see http://mbed.org/cookbook/FPointer 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. * + * This library makes use of + * @see http://mbed.org/cookbook/FPointer by Andy Kirkham + * * Example: * @code * #include "mbed.h"