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: main.cpp
- Revision:
- 44:39dfefb929eb
- Parent:
- 38:89d2a9e6c96f
diff -r 89d2a9e6c96f -r 39dfefb929eb main.cpp
--- a/main.cpp Wed May 15 09:57:11 2019 +0000
+++ b/main.cpp Fri May 17 05:49:17 2019 +0000
@@ -74,7 +74,7 @@
}
printf("get distance mode");
for(int i=0; i<1; ++i) {
- while(Hcsr04BackWithEc() < 320) {//300
+ while(get_dist_back() < 320) {//300
straightAndInfinity(0, 7);
}
}