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:
- 3:f99d3703a6d9
- Parent:
- 2:ea39c24e77b2
- Child:
- 4:8b83bf379766
--- a/main.cpp Wed Dec 04 13:03:51 2019 +0000
+++ b/main.cpp Wed Dec 04 14:09:14 2019 +0000
@@ -11,16 +11,19 @@
wait(10);
motor1=0;
motor2=0;
+ wait(20);
motor1=40;
motor2=40;
wait(10);
motor1=0;
motor2=0;
+ wait(20);
motor1=60;
motor2=60;
wait(10);
motor1=0;
motor2=0;
+ wait(20);
motor1=80;
motor2=80;
wait(10);
@@ -31,10 +34,12 @@
wait(10);
motor1=0;
motor2=0;
+ wait(20);
motor1=100;
motor2=100;
wait(10);
motor1=0;
motor2=0;
+ wait(20);
}