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/StartUp.cpp
- Revision:
- 133:0046d2224e39
- Parent:
- 131:8ae08f41bb43
- Child:
- 136:b35f2d9b7402
--- a/source/StartUp.cpp Mon May 15 15:00:20 2017 +0000
+++ b/source/StartUp.cpp Tue May 16 13:36:36 2017 +0000
@@ -43,7 +43,7 @@
{
open_grabber();
if(arm_position_release()) {
- return 17;
+ return 11;
}
return 16;
}
@@ -61,7 +61,7 @@
if(turn_for_deg(0,1) < 0) { // check if turning complete
// printf("turn finished...\r\n");
//print_map(0);
- return 35;
+ return 47;
}
}
return 28;
