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
positioning_lib.cpp
- Committer:
- cittecla
- Date:
- 2017-02-24
- Revision:
- 13:57f5a7876d2f
- Parent:
- 12:91c2e07d2b5b
- Child:
- 14:9e2ce5880fb0
File content as of revision 13:57f5a7876d2f:
/**
* 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
}
