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: main.cpp
- Revision:
- 3:4230b82fde43
- Parent:
- 2:619b02232144
- Child:
- 4:73510c7fa316
--- a/main.cpp Sat May 13 06:13:23 2017 +0000 +++ b/main.cpp Sat May 13 06:22:19 2017 +0000 @@ -46,7 +46,8 @@ testLed4 = 1; driver->drive_one_forward(); - wait(0.7); + + wait(0.5); driver->stop(); wait(3); }