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:
- 8:4a32fc9ee939
- Parent:
- 7:7215adbae3da
- Child:
- 14:a646667ac9ea
--- a/Control/drivecontrol.h Sun May 14 19:57:34 2017 +0000 +++ b/Control/drivecontrol.h Wed May 17 00:07:32 2017 +0000 @@ -23,6 +23,8 @@ // Stops both motors. Assume no coasting. void stop(); + void getEncoder(); + void drive_forward(); void turn();