An interrupt-driven interface to 4x4 keypad.

Dependents:   FYPFinalProgram FYPFinalizeProgram KEYS Proyect_Patric_electronic_door_MSC_Ok_ESP ... more

Files at this revision

API Documentation at this revision

Comitter:
yoonghm
Date:
Tue Jan 31 00:30:41 2012 +0000
Parent:
7:e57b8ffc45d1
Child:
9:e48ba5b4c497
Commit message:

Changed in this revision

keypad.h Show annotated file Show diff for this revision Revisions of this file
--- a/keypad.h	Tue Jan 31 00:24:12 2012 +0000
+++ b/keypad.h	Tue Jan 31 00:30:41 2012 +0000
@@ -29,7 +29,8 @@
 /**
  * An interrupt-based interface to 4x4 keypad.
  *
- * You also need to import [[/cookbook/FPointer|FPointer library]] by Andy Kirkham
+ * 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.