LCD con teclado matricial
Fork of TextLCD by
Diff: TextLCD.h
- Revision:
- 9:db3c260474f6
- Parent:
- 8:308d188a2d3a
--- a/TextLCD.h Thu Jan 02 21:07:01 2014 +0000 +++ b/TextLCD.h Sat Sep 23 20:40:16 2017 +0000 @@ -33,7 +33,7 @@ * #include "mbed.h" * #include "TextLCD.h" * - * TextLCD lcd(p10, p12, p15, p16, p29, p30); // rs, e, d4-d7 + * TextLCD lcd(p10, p12, p15, p16, p29, p30); // s, e, d4-d7 * * int main() { * lcd.printf("Hello World!\n");