Mostrar colores por voz
Fork of TextLCD by
Revision 10:1e56b91a63b3, committed 2017-11-30
- Comitter:
- dpadiernav
- Date:
- Thu Nov 30 14:48:24 2017 +0000
- Parent:
- 9:31946c9940c3
- Commit message:
- .
Changed in this revision
TextLCD.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 31946c9940c3 -r 1e56b91a63b3 TextLCD.h --- a/TextLCD.h Fri Oct 11 05:36:35 2013 +0000 +++ b/TextLCD.h Thu Nov 30 14:48:24 2017 +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;