Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 9:e4181ca86180, committed 2019-02-18
- Comitter:
- afsaavedram
- Date:
- Mon Feb 18 22:13:43 2019 +0000
- Parent:
- 8:308d188a2d3a
- Commit message:
- Prueba keypad 4x4 con LCD 16x2
Changed in this revision
| TextLCD.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/TextLCD.h Thu Jan 02 21:07:01 2014 +0000
+++ b/TextLCD.h Mon Feb 18 22:13:43 2019 +0000
@@ -45,7 +45,7 @@
/** LCD panel format */
enum LCDType {
- LCD16x2 /**< 16x2 LCD panel (default) */
+ LCD16x2 /**< 16x2 LCD panel (default) */
, LCD16x2B /**< 16x2 LCD panel alternate addressing */
, LCD20x2 /**< 20x2 LCD panel */
, LCD20x4 /**< 20x4 LCD panel */