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: src/assignment3.cpp
- Revision:
- 3:35deb5c21b33
- Parent:
- 1:6f18bb7a77a5
diff -r 14f83a308b82 -r 35deb5c21b33 src/assignment3.cpp
--- a/src/assignment3.cpp	Thu Nov 15 17:22:50 2018 +0000
+++ b/src/assignment3.cpp	Mon Nov 26 23:50:58 2018 +0000
@@ -86,17 +86,27 @@
     systick.start();
 
     // STAGE 3: The real (optional) test.
+    wait(0.25);
     mainController.turn(90);
+    wait(0.25);
     mainController.turn(90);
+    wait(0.25);
     mainController.turn(180);
+    wait(0.25);
 
     mainController.turn(-90);
+    wait(0.25);
     mainController.turn(-90);
+    wait(0.25);
     mainController.turn(-180);
+    wait(0.25);
 
     mainController.turn(90);
+    wait(0.25);
     mainController.turn(90);
+    wait(0.25);
     mainController.turn(-90);
+    wait(0.25);
     mainController.turn(-90);
 }
 
    