El programa funciona de la siguiente manera, las teclas A, B, C, D, * y # se ulizarán como funciones del teclado matricial para la perfecta ubicación de parámetros, estos se ingresarán en forma de cadena y luego se transformarán a al numero ingresado en los diferentes datos de la cadena.

Dependencies:   FPointer TextLCDlib mbed

Fork of keypad by HM Yoong

/media/uploads/caaruizze/2013-12-07_06.26.52.jpg /media/uploads/caaruizze/2013-12-07_06.25.56.jpg /media/uploads/caaruizze/2013-12-07_06.27.04.jpg

Revision:
4:b24cd656a23d
Parent:
3:ecd4bb97a033
Child:
5:45ab3e412893
--- 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.