writtecommand

Dependents:   PID_Encoder Encoder-PID-Tarea4 Teclado

Fork of TextLCD by Simon Ford

Revision:
8:a4a7576c3795
Parent:
7:44f34c09bd37
--- a/TextLCD.h	Sat Dec 04 11:29:57 2010 +0000
+++ b/TextLCD.h	Sun Nov 10 21:40:02 2013 +0000
@@ -42,7 +42,8 @@
  */
 class TextLCD : public Stream {
 public:
-
+    
+    void writeCommand(int command);
     /** LCD panel format */
     enum LCDType {
         LCD16x2     /**< 16x2 LCD panel (default) */
@@ -97,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);
+//    void writeCommand(int command);
     void writeData(int data);
 
     DigitalOut _rs, _e;