Tobis Programm forked to not destroy your golden files

Dependencies:   mbed

Fork of Robocode by PES 2 - Gruppe 1

Committer:
cittecla
Date:
Tue Apr 04 15:28:26 2017 +0000
Revision:
39:92723f7ea54f
Parent:
34:40d8d29b44b8
Child:
52:56399c2f13cd
Default function implementation complete.; State Machine working properly.; Compiled succesfully

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 18:a82994e67297 4
cittecla 39:92723f7ea54f 5 int moving();
cittecla 39:92723f7ea54f 6 int moving_forward_for_distance();
cittecla 39:92723f7ea54f 7 int moving_backward_for_distance();
cittecla 39:92723f7ea54f 8 int turn_left_for_deg();
cittecla 39:92723f7ea54f 9 int turn_right_for_deg();
cittecla 39:92723f7ea54f 10 int move_to_next_coord();
cittecla 39:92723f7ea54f 11 int move_in_search_for_brick();
cittecla 39:92723f7ea54f 12