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: source/Positioning.cpp
- Revision:
- 46:8b52c7b34d34
- Parent:
- 39:92723f7ea54f
- Child:
- 52:56399c2f13cd
--- a/source/Positioning.cpp Tue Apr 11 18:01:36 2017 +0000
+++ b/source/Positioning.cpp Tue Apr 11 19:43:39 2017 +0000
@@ -6,12 +6,18 @@
#include "Positioning.h"
position current_pos;
+float current_heading;
position get_current_pos()
{
return current_pos;
}
+float get_current_heading()
+{
+ return current_heading;
+}
+
int start_positioning()
{
