Mostrar colores por voz
Fork of TextLCD by
Diff: TextLCD.h
- Revision:
- 9:31946c9940c3
- Parent:
- 8:d629354998be
- Child:
- 10:1e56b91a63b3
--- a/TextLCD.h Thu Oct 10 21:43:27 2013 +0000 +++ b/TextLCD.h Fri Oct 11 05:36:35 2013 +0000 @@ -42,7 +42,7 @@ */ class TextLCD : public Stream { public: -void writeCommand(int command); //quedo publica ya la podemos usar en el codigo C +//void writeCommand(int command); //quedo publica ya la podemos usar en el codigo C /** LCD panel format */ enum LCDType { LCD16x2 /**< 16x2 LCD panel (default) */ @@ -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;