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:
Mon Jan 30 10:01:41 2012 +0000
Parent:
3:ecd4bb97a033
Child:
5:45ab3e412893
Commit message:
Documentation, Link

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:56:15 2012 +0000
+++ b/keypad.h	Mon Jan 30 10:01:41 2012 +0000
@@ -28,7 +28,8 @@
 
 /**
  * An interrupt-based interface to 4x4 keypad.
- * You also need to import FPointer library by Andy Kirkham
+ *
+ * You also need to import [[http://mbed.org/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.