Tobis Programm forked to not destroy your golden files

Dependencies:   mbed

Fork of Robocode by PES 2 - Gruppe 1

Revision:
38:3526c36e4c73
Parent:
34:40d8d29b44b8
Child:
39:92723f7ea54f
--- a/source/Mapping.cpp	Tue Apr 04 11:58:34 2017 +0000
+++ b/source/Mapping.cpp	Tue Apr 04 15:01:59 2017 +0000
@@ -2,20 +2,21 @@
  * Mapping function library
  * Handels Mapping of the arena and LEGO-stones
 **/
-/*
-#include "mbed.h"
 
-double time_counter = 0.0f;
-double deltatime = 0.0f;
+#include "Mapping.h"
+
 
 void mapping()
 {
     //pseudo code
-    check_sensor(left);
-    check_sensor(right);
-
+   // check_sensor(left);
+   //check_sensor(right);
+    return 0;
 }
 
+
+
+/*
 void chack_sensor(sensor)
 {
     get_distance();