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.
Revision 3:81d65a2a1920, committed 2015-09-21
- Comitter:
- rlanghbv
- Date:
- Mon Sep 21 10:18:03 2015 +0000
- Parent:
- 2:47cd49e26bfc
- Commit message:
- Text Update
Changed in this revision
| LCDLib.lib | Show annotated file Show diff for this revision Revisions of this file |
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/LCDLib.lib Mon Sep 21 10:03:05 2015 +0000 +++ b/LCDLib.lib Mon Sep 21 10:18:03 2015 +0000 @@ -1,1 +1,1 @@ -https://developer.mbed.org/users/rlanghbv/code/LCDLib/#ca413e232eaa +https://developer.mbed.org/users/rlanghbv/code/LCDLib/#5ffb16966db2
--- a/main.cpp Mon Sep 21 10:03:05 2015 +0000
+++ b/main.cpp Mon Sep 21 10:18:03 2015 +0000
@@ -3,13 +3,13 @@
TextLCD lcd(D11,D10,D9,D5,D4,D3,D2);
int main()
- {
+ {
lcd.gotoxy(1,1);
- lcd.printf("First Line");
+ lcd.printf("Hello");
lcd.gotoxy(4,2);
- lcd.printf("Second Line");
-
+ lcd.printf("World");
+
while(1) {
wait_ms(300);
}