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.
Diff: main.cpp
- Revision:
- 1:5c99971e3ee5
- Parent:
- 0:224a2b438db4
- Child:
- 2:d2d66ce72529
--- a/main.cpp Wed Jun 05 13:34:11 2019 +0000
+++ b/main.cpp Wed Jun 05 13:37:04 2019 +0000
@@ -56,11 +56,11 @@
wait(1);
lcd.cls();
lcd.locate(10,0);
- lcd.printLeftToRight();
+ lcd.leftToRight();
lcd.printf("01234");
wait(1);
// lcd.locate(10,0);
-// lcd.printRightToLeft();
+// lcd.rightToLeft();
// lcd.printf("56789");