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:
- 6:1bcfda49e146
- Parent:
- 5:d783972dce10
- Child:
- 7:7215adbae3da
--- a/Control/drivecontrol.h Sat May 13 22:23:23 2017 +0000 +++ b/Control/drivecontrol.h Sun May 14 03:07:09 2017 +0000 @@ -12,7 +12,7 @@ public: int y; int x; - float total_error; + //float total_error; DriveControl (int start_x, int start_y); ~DriveControl();