Librería para teclados Matriciales 4x4
Dependencies: TextLCD keypad mbed
Fork of teclado by
Revision 1:846d51d88013, committed 2015-06-07
- Comitter:
- jyrodriguezg
- Date:
- Sun Jun 07 04:35:54 2015 +0000
- Parent:
- 0:d3c549ccf52b
- Commit message:
- Librer?a Teclado 4x4
Changed in this revision
--- 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
