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:
- 4:73510c7fa316
- Parent:
- 2:619b02232144
- Child:
- 5:d783972dce10
diff -r 4230b82fde43 -r 73510c7fa316 Control/drivecontrol.h --- a/Control/drivecontrol.h Sat May 13 06:22:19 2017 +0000 +++ b/Control/drivecontrol.h Sat May 13 21:27:32 2017 +0000 @@ -30,6 +30,8 @@ void turn_right(); + void drive(float speed); + bool has_front_wall(); bool has_right_wall();