Librería para teclados Matriciales 4x4

Dependencies:   TextLCD keypad mbed

Fork of teclado by Jairo Rodriguez

Revision:
1:846d51d88013
Parent:
0:d3c549ccf52b
--- a/main.cpp	Sun Jun 07 04:19:50 2015 +0000
+++ b/main.cpp	Sun Jun 07 04:35:54 2015 +0000
@@ -14,7 +14,7 @@
 uint32_t cbAfterInput(uint32_t index) {
     Index=index;
     lcd.locate(0,0);
-    lcd.printf(" Hello World!");
+    lcd.printf(" Teclado");
     lcd.locate(0,1);
     lcd.printf("Index:%d =>key:%c ",Index,Keytable[Index]);
     return 0;