Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Fork of Robocode by
Diff: positioning_lib.cpp
- Revision:
- 12:91c2e07d2b5b
- Child:
- 13:57f5a7876d2f
diff -r f59567f018d2 -r 91c2e07d2b5b positioning_lib.cpp
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/positioning_lib.cpp Fri Feb 24 10:01:05 2017 +0000
@@ -0,0 +1,13 @@
+/**
+ * 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
