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: moves/moves.cpp
- Revision:
- 30:231e6584afe9
- Parent:
- 29:81d159ff339a
- Child:
- 31:ed4249a288d7
--- a/moves/moves.cpp Wed May 08 08:44:12 2019 +0000 +++ b/moves/moves.cpp Wed May 08 09:16:30 2019 +0000 @@ -75,6 +75,11 @@ straight(); } } + +void stop() +{ + Run(STOP,0); +} void straight() { Run(FORWARD,1);