Librería para teclados Matriciales 4x4

Dependencies:   TextLCD keypad mbed

Fork of teclado by Jairo Rodriguez

Files at this revision

API Documentation at this revision

Comitter:
jyrodriguezg
Date:
Sun Jun 07 04:35:54 2015 +0000
Parent:
0:d3c549ccf52b
Commit message:
Librer?a Teclado 4x4

Changed in this revision

keypad.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- a/keypad.lib	Sun Jun 07 04:19:50 2015 +0000
+++ b/keypad.lib	Sun Jun 07 04:35:54 2015 +0000
@@ -1,1 +1,1 @@
-http://developer.mbed.org/users/jyrodriguezg/code/teclado/#380eff0f37c5
+http://developer.mbed.org/users/jyrodriguezg/code/keypad/#0012aa4908fa
--- 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;
--- a/mbed.bld	Sun Jun 07 04:19:50 2015 +0000
+++ b/mbed.bld	Sun Jun 07 04:35:54 2015 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/dbbf35b96557
\ No newline at end of file
+http://mbed.org/users/mbed_official/code/mbed/builds/cbbeb26dbd92
\ No newline at end of file