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.
Diff: pwm.h
- Revision:
- 3:c9df852ad9ac
- Parent:
- 1:12f18cede014
- Child:
- 4:48d390356fba
diff -r 7f4be54c7257 -r c9df852ad9ac pwm.h --- a/pwm.h Fri Feb 16 19:30:19 2018 +0000 +++ b/pwm.h Wed Feb 21 11:55:29 2018 +0000 @@ -1,5 +1,5 @@ extern void motorSetup(); extern void buggyGoF(); extern void buggyGoLeft(); -extern void motorGoRight(); -extern void motorStop(); \ No newline at end of file +extern void buggyGoRight(); +extern void buggyStop(); \ No newline at end of file