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.
Fork of TextLCD by
Revision 10:d625d7563a44, committed 2015-04-29
- Comitter:
- asjgrupo4
- Date:
- Wed Apr 29 04:34:51 2015 +0000
- Parent:
- 9:31946c9940c3
- Commit message:
- infrarojo con control remoto muestra en LCD header, tiempo de bits, y la coversion hexadecimal
Changed in this revision
| TextLCD.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 31946c9940c3 -r d625d7563a44 TextLCD.h
--- a/TextLCD.h Fri Oct 11 05:36:35 2013 +0000
+++ b/TextLCD.h Wed Apr 29 04:34:51 2015 +0000
@@ -98,7 +98,7 @@
int address(int column, int row);
void character(int column, int row, int c);
void writeByte(int value);
- void writeCommand(int command); esta se documenta para poder poner comandos quedo publica
+ void writeCommand(int command); //esta se documenta para poder poner comandos quedo publica
void writeData(int data);
DigitalOut _rs, _e;
