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:
- 33:37345814fad0
- Parent:
- 29:95b0320bf779
- Child:
- 37:7a136279daf3
--- a/Config.h Sun Sep 27 09:26:00 2015 +0000 +++ b/Config.h Thu Oct 01 15:24:11 2015 +0000 @@ -60,6 +60,6 @@ string decodeCommandGET(string cmd); string decodeCommandSET(string cmd); vector<string> split(const string &s, char delim); -double getDistance(); -double getAngle(); +double getDistance(int task_id); +double getAngle(int task_id); double Deg2Rad(double degree); \ No newline at end of file