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:
- 5:7619250a5b1d
- Parent:
- 3:f1b80fdc708c
- Child:
- 6:602fc2239837
--- a/main.cpp Sun Nov 07 10:52:06 2010 +0000
+++ b/main.cpp Wed Nov 10 09:05:39 2010 +0000
@@ -5,14 +5,13 @@
int main() {
-
-
m3pi.locate(0,1);
m3pi.printf("LO World");
- wait(5.0);
+
+ wait (2.0);
- m3pi.forward(0.5);
- wait (0.5);
+ m3pi.forward(1.0); // Forward half speed
+ wait (0.5); // For half a second
m3pi.left(0.5);
wait (0.5);
m3pi.backward(0.5);