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
Diff: Control/drivecontrol.h
- Revision:
- 5:d783972dce10
- Parent:
- 4:73510c7fa316
- Child:
- 6:1bcfda49e146
--- a/Control/drivecontrol.h Sat May 13 21:27:32 2017 +0000 +++ b/Control/drivecontrol.h Sat May 13 22:23:23 2017 +0000 @@ -12,6 +12,7 @@ public: int y; int x; + float total_error; DriveControl (int start_x, int start_y); ~DriveControl();