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:
- 45:dfa689f159ce
- Parent:
- 44:4d90645d15ec
- Child:
- 46:305112d73c69
--- a/Config.h Tue Nov 03 16:30:44 2015 +0000 +++ b/Config.h Tue Nov 03 16:31:44 2015 +0000 @@ -63,8 +63,8 @@ vector<string> split(const string &s, char delim); double getDistance(int task_id); double getAngle(int task_id); +double getCTE(int task_id); double Deg2Rad(double degree); -double getCTE(int task_id); string stringify(double x); void printPath(); void printDistance();