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:
- 18:85196734207e
- Parent:
- 16:c26d8e007df5
--- a/Control/drivecontrol.h Sat May 20 21:34:06 2017 +0000 +++ b/Control/drivecontrol.h Sat May 20 22:37:18 2017 +0000 @@ -45,8 +45,12 @@ void resetEncoders(); + bool should_reverse(); + void clear_pid(); + void reverse(); + bool should_finish_turn_right(); bool should_finish_turn_left ();