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.
Dependencies: mbed
Fork of Robocode by
Diff: source/Positioning.cpp
- Revision:
- 39:92723f7ea54f
- Parent:
- 38:3526c36e4c73
- Child:
- 46:8b52c7b34d34
--- a/source/Positioning.cpp Tue Apr 04 15:01:59 2017 +0000
+++ b/source/Positioning.cpp Tue Apr 04 15:28:26 2017 +0000
@@ -12,11 +12,17 @@
return current_pos;
}
-int positioning(){
-
+int start_positioning()
+{
+
return 0;
- }
+}
+int positioning()
+{
+
+ return 0;
+}
/*
@@ -55,11 +61,11 @@
deg_l_2 += 1;
last_dist_l = sensors[l];
}
-
+
turn_straight_right();
turn_straight_left();
-
+
wait(0.2f);
-
+
}
*/
\ No newline at end of file
