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.cpp
- Revision:
- 11:61c9b9bb9294
- Parent:
- 10:e69cb200dc15
--- a/Control/drivecontrol.cpp Tue May 16 02:45:23 2017 +0000 +++ b/Control/drivecontrol.cpp Tue May 16 20:34:34 2017 +0000 @@ -91,6 +91,14 @@ turn_degree = 180.0; } } + + void reset_encoders() { + + } + + void reset_pid_constants() { + + } } // Currently only have the x, y position fields for