Tobis Programm forked to not destroy your golden files

Dependencies:   mbed

Fork of Robocode by PES 2 - Gruppe 1

Committer:
cittecla
Date:
Wed Mar 01 08:19:42 2017 +0000
Revision:
14:9e2ce5880fb0
Parent:
13:57f5a7876d2f
Included the path-finding code. Compiles now successfully. Most libraries are deactivated.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
cittecla 12:91c2e07d2b5b 1 /**
cittecla 12:91c2e07d2b5b 2 * Positioning function library
cittecla 12:91c2e07d2b5b 3 * Handels position of the Robot on the map
cittecla 12:91c2e07d2b5b 4 **/
cittecla 14:9e2ce5880fb0 5 /*
cittecla 12:91c2e07d2b5b 6 #include "mbed.h"
cittecla 12:91c2e07d2b5b 7
cittecla 12:91c2e07d2b5b 8 double time_counter = 0.0f;
cittecla 12:91c2e07d2b5b 9 double deltatime = 0.0f;
cittecla 12:91c2e07d2b5b 10
cittecla 13:57f5a7876d2f 11 void positioning()
cittecla 13:57f5a7876d2f 12 {
cittecla 12:91c2e07d2b5b 13 //call positioning functions
cittecla 14:9e2ce5880fb0 14 }
cittecla 14:9e2ce5880fb0 15 */