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/main.cpp
- Revision:
- 3:35deb5c21b33
- Parent:
- 2:14f83a308b82
--- a/src/main.cpp Thu Nov 15 17:22:50 2018 +0000
+++ b/src/main.cpp Mon Nov 26 23:50:58 2018 +0000
@@ -1,4 +1,4 @@
-#include "assignment2.h"
+#include "assignment3.h"
int main() {
/***
@@ -24,5 +24,6 @@
basic_motor_movement();
assignment2*/
- //drive_straight(); // assignment3 test1
+ drive_straight(); // assignment3 test1
+ do_turns3();
}
