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:
- 43:a430d5e4f33d
- Parent:
- 39:ef1a8055d744
- Child:
- 44:4d90645d15ec
--- a/Config.h Sun Nov 01 22:20:08 2015 +0000 +++ b/Config.h Tue Nov 03 15:54:29 2015 +0000 @@ -63,6 +63,7 @@ double getDistance(int task_id); double getAngle(int task_id); double Deg2Rad(double degree); +double getCTE(int task_id); string stringify(double x); void printPath(); void printDistance();