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: SevenSegmentDisplay mbed
Diff: main.cpp
- Revision:
- 3:152595d33544
- Parent:
- 0:23373ebd6d3a
--- a/main.cpp Thu Apr 21 13:56:00 2016 +0000
+++ b/main.cpp Thu Apr 21 14:42:35 2016 +0000
@@ -24,7 +24,7 @@
int main() //int main is run automatically. Place your program here
{
- forward(5.5); //move the buggy forward for 5.5 seconds
- hold(5); //wait for 16 seconds
-
+ stop();
+ hold(5);
+ forward(10); //move the buggy forward for 10 seconds
}
\ No newline at end of file