Hernán Maya / TextLCD1

Fork of TextLCD by Simon Ford

Revision:
9:f075d2b4ac2d
Parent:
7:44f34c09bd37
diff -r 308d188a2d3a -r f075d2b4ac2d TextLCD.cpp
--- a/TextLCD.cpp	Thu Jan 02 21:07:01 2014 +0000
+++ b/TextLCD.cpp	Tue May 24 14:08:09 2016 +0000
@@ -60,6 +60,8 @@
 }
 
 void TextLCD::locate(int column, int row) {
+    //int a = address(column, row);
+    //writeCommand(a);
     _column = column;
     _row = row;
 }