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: Movement mbed tunes motor pwm_tone clickers Ultra
Diff: main.cpp
- Revision:
- 8:f78d756832ad
- Parent:
- 7:48bf77d076fc
- Child:
- 9:1094da23254d
diff -r 48bf77d076fc -r f78d756832ad main.cpp
--- a/main.cpp Sat Feb 15 12:46:10 2020 +0000
+++ b/main.cpp Sat Feb 15 12:50:37 2020 +0000
@@ -67,7 +67,7 @@
while(true) //Repeat the following forever NB always true!
{
Wheel.Speed(-0.8,-0.8);//Backwards 80%
- mu.checkDistance(); //call checkDistance() as much as possible, as this is where
+ mu.checkDistance(); //call checkDistance() as much as possible
RevStop();
} // go back to start of while loop
} //end of int main()