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: Motor/Motor.h
- Revision:
- 9:f7f8dd99b3d4
- Parent:
- 8:2b0c6a2aef4a
- Child:
- 11:8d71a1e1e947
--- a/Motor/Motor.h Mon Mar 04 22:31:22 2019 +0000 +++ b/Motor/Motor.h Wed Mar 06 01:41:39 2019 +0000 @@ -5,4 +5,5 @@ void Motors_Setup (void); void Set_Left (void); void Set_Right (void); -void Drive (float LeftSpeed, float RightSpeed); \ No newline at end of file +void Drive (float LeftSpeed, float RightSpeed); +void Stop (void); \ No newline at end of file