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/Movement.cpp
- Revision:
- 39:92723f7ea54f
- Parent:
- 34:40d8d29b44b8
- Child:
- 44:7118b23b0fd7
- Child:
- 52:56399c2f13cd
--- a/source/Movement.cpp Tue Apr 04 15:01:59 2017 +0000
+++ b/source/Movement.cpp Tue Apr 04 15:28:26 2017 +0000
@@ -2,6 +2,64 @@
* Movement function library
* Handels Movement of the Robot
**/
+
+#include "Movement.h"
+
+int moving(){
+
+ return 0;
+ }
+
+int moving_forward_for_distance(){
+
+ return 0;
+ }
+
+int moving_backward_for_distance(){
+
+ return 0;
+ }
+
+int turn_left_for_deg(){
+
+ return 0;
+ }
+
+int turn_right_for_deg(){
+
+ return 0;
+ }
+
+int move_to_next_coord(){
+
+ return 0;
+ }
+
+int move_in_search_for_brick(){
+
+ return 0;
+ }
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
/*
#include "mbed.h"
