First test programme for the RenBuggy
Dependencies: SevenSegmentDisplay mbed
Fork of Renbed_Buggy_Basics by
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