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: RoboClaw mbed StepperMotor
Fork of RoboClaw by
Diff: Map/map.h
- Revision:
- 55:dfeee9e5c0af
- Parent:
- 52:98f8a6ccb6ae
- Child:
- 56:4fd9636dfb36
--- a/Map/map.h Wed May 04 16:25:54 2016 +0000
+++ b/Map/map.h Wed May 04 16:27:51 2016 +0000
@@ -17,7 +17,7 @@
void FindWay (point dep, point arr);
void FindWay (float depX, float depY, float arrX, float arrY);
void Execute (float XObjectif, float YObjectif);
- void Build(int start_type);
+ void Build(int couleur, int formation);
nVector<pointParcours>& getParc () { return path; }
bool& getEnded () { return endedParc; }
