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.
Fork of locate_by_hello_enc by
Diff: main.cpp
- Revision:
- 6:26ac9f539e8b
- Parent:
- 3:56b034c41dc5
- Child:
- 7:2b63f0a1b679
diff -r 56b034c41dc5 -r 26ac9f539e8b main.cpp
--- a/main.cpp Fri Sep 02 06:50:14 2016 +0000
+++ b/main.cpp Sat Sep 03 08:04:59 2016 +0000
@@ -157,6 +157,11 @@
{
setup();
initmotor();
-
+
+ movelength(600);
+ turnccw();
+ movelength(900);
+ turnccw();
+ movelength(600);
}
\ No newline at end of file
