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 Servo SDFileSystem
Diff: Config.h
- Revision:
- 37:7a136279daf3
- Parent:
- 33:37345814fad0
- Child:
- 38:528e410f2f7d
--- a/Config.h Tue Oct 13 05:21:33 2015 +0000 +++ b/Config.h Sat Oct 17 08:27:54 2015 +0000 @@ -54,12 +54,13 @@ extern double Latitude_Path[MAX_TASK_SIZE]; extern Serial pc; -extern double Initial_Bearing; -extern double Final_Bearing; - string decodeCommandGET(string cmd); string decodeCommandSET(string cmd); vector<string> split(const string &s, char delim); double getDistance(int task_id); double getAngle(int task_id); -double Deg2Rad(double degree); \ No newline at end of file +double Deg2Rad(double degree); +string stringify(double x); +void printPath(); +void printDistance(); +void printAngle(); \ No newline at end of file