Librería para una pantalla LCD 16x2

Dependents:   Tarea1-Sencilla

Fork of TextLCD by Gustavo Ramirez

Revision:
10:cbc652aee573
Parent:
9:31946c9940c3
--- a/TextLCD.h	Fri Oct 11 05:36:35 2013 +0000
+++ b/TextLCD.h	Fri Oct 18 05:00:40 2013 +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;