Tobis Programm forked to not destroy your golden files

Dependencies:   mbed

Fork of Robocode by PES 2 - Gruppe 1

Revision:
18:a82994e67297
Parent:
14:9e2ce5880fb0
Child:
33:8a98f8b9d859
diff -r 581f5fd20f62 -r a82994e67297 source/positioning.cpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/source/positioning.cpp	Thu Mar 02 08:16:07 2017 +0000
@@ -0,0 +1,15 @@
+/**
+ * Positioning function library
+ * Handels position of the Robot on the map
+**/
+/*
+#include "mbed.h"
+
+double time_counter = 0.0f;
+double deltatime = 0.0f;
+
+void positioning()
+{
+    //call positioning functions
+}
+*/
\ No newline at end of file