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: FYPFinalProgram FYPFinalizeProgram KEYS Proyect_Patric_electronic_door_MSC_Ok_ESP ... more
Diff: keypad.h
- Revision:
- 6:8e4267765923
- Parent:
- 5:45ab3e412893
- Child:
- 7:e57b8ffc45d1
--- a/keypad.h Mon Jan 30 10:03:56 2012 +0000 +++ b/keypad.h Tue Jan 31 00:22:08 2012 +0000 @@ -29,7 +29,7 @@ /** * An interrupt-based interface to 4x4 keypad. * - * You also need to import [[/cookbook/FPointer|FPointer library]] by Andy Kirkham + * You also need to import [/cookbook/FPointer|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.