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:
- 4:804abcb28b86
- Parent:
- 3:599209bd1270
- Child:
- 5:3f3006b4b29b
diff -r 599209bd1270 -r 804abcb28b86 main.cpp
--- a/main.cpp Thu Aug 26 11:42:28 2010 +0000
+++ b/main.cpp Thu Aug 26 17:04:27 2010 +0000
@@ -12,12 +12,12 @@
vo.initaddress();
vo.test();
-vo.htrim('+',17);
-vo.vtrim('-',7);
+vo.htrim('+',20);
+vo.vtrim('-',4);
vo.cls();
-vo.locate(5,5);
+vo.locate(30,16);
vo.printf("Hello World");
@@ -25,8 +25,6 @@
int count = 0;
-
-/*
for (int y = 0 ; y < 16 ; y++) {
for (int x = 0 ; x < 30 ; x++) {
vo.locate(x,y);
@@ -36,7 +34,9 @@
printf("/%d/",count);
}
}
-*/
+wait(5.0);
+vo.locate(10,10);
+vo.putc('G');
/*