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: main.cpp
- Revision:
- 2:7f4be54c7257
- Parent:
- 1:12f18cede014
- Child:
- 3:c9df852ad9ac
diff -r 12f18cede014 -r 7f4be54c7257 main.cpp --- a/main.cpp Thu Feb 15 20:17:42 2018 +0000 +++ b/main.cpp Fri Feb 16 19:30:19 2018 +0000 @@ -4,5 +4,11 @@ int main(){ motorSetup(); buggyGoF(); + wait(2); + buggyGoLeft(); + wait(2); + buggyGoRight(); + wait(2); + buggyStop(); while(1); }