Tobis Programm forked to not destroy your golden files

Dependencies:   mbed

Fork of Robocode by PES 2 - Gruppe 1

Committer:
cittecla
Date:
Tue Apr 18 13:43:44 2017 +0000
Revision:
54:36c290715769
Parent:
53:453f24775644
Child:
61:628f8a4e857c
update

Who changed what in which revision?

UserRevisionLine numberNew contents of line
cittecla 18:a82994e67297 1 #pragma once
cittecla 39:92723f7ea54f 2 #include "mbed.h"
cittecla 39:92723f7ea54f 3 #include "Robot.h"
cittecla 52:56399c2f13cd 4 #include "Positioning.h"
cittecla 52:56399c2f13cd 5
cittecla 53:453f24775644 6 #define sqrt2 1.4142135623730950488016887242097
cittecla 18:a82994e67297 7
cittecla 39:92723f7ea54f 8 int moving();
cittecla 53:453f24775644 9 int move_forward_for_distance(float distance);
cittecla 52:56399c2f13cd 10 int move_backward_for_distance();
cittecla 52:56399c2f13cd 11 int turn_for_deg(float deg);
cittecla 39:92723f7ea54f 12 int move_to_next_coord();
cittecla 54:36c290715769 13 int move_in_search_for_brick();