Teclado y LCD 2x16
Dependencies: TextLCD keypad mbed
Revision 3:1d6991afb5ed, committed 2017-04-27
- Comitter:
- franni
- Date:
- Thu Apr 27 02:19:52 2017 +0000
- Parent:
- 2:4df925890cca
- Commit message:
- Teclado LCD
Changed in this revision
test1.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 4df925890cca -r 1d6991afb5ed test1.cpp --- a/test1.cpp Thu Apr 27 02:14:38 2017 +0000 +++ b/test1.cpp Thu Apr 27 02:19:52 2017 +0000 @@ -29,7 +29,7 @@ int main() { // r0 r1 r2 r3 c0 c1 c2 c3 - Keypad keypad(PTA1, PTA2, PTD4, PTA12, PTA4, PTA5, PTA13, PTD5); + Keypad keypad(PTA2, PTA1, PTD4, PTA12, PTA4, PTA5, PTC8, PTC9); keypad.attach(&cbAfterInput); keypad.start(); // energiza columnas c0-c3 del keypad