fgfdgfg

Dependents:   tarea_miercoles Tarea6_Teclado Tarea4_Encoder Tarea2_Teclado

Fork of TextLCD by Pallavi Prasad

Files at this revision

API Documentation at this revision

Comitter:
javiernegrette
Date:
Wed Oct 16 22:53:35 2013 +0000
Parent:
0:de90b67b2bca
Commit message:
fgfg

Changed in this revision

TextLCD.h Show annotated file Show diff for this revision Revisions of this file
--- a/TextLCD.h	Thu Oct 11 20:16:06 2012 +0000
+++ b/TextLCD.h	Wed Oct 16 22:53: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
     /** LCD panel format */
     enum LCDType {
         LCD16x2     /**< 16x2 LCD panel (default) */
@@ -97,7 +97,7 @@
     int address(int column, int row);
     void character(int column, int row, int c);
     void writeByte(int value);
-    void writeCommand(int command);
+    //void writeCommand(int command);
     void writeData(int data);
 
     DigitalOut _rs, _e;