Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of TextLCD by
Diff: TextLCD.cpp
- 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;
}
