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:
- 46:c58335028928
- Parent:
- 45:6df20a8f4b21
- Child:
- 47:b77796718a9b
--- a/main.cpp Fri May 17 05:43:51 2019 +0000 +++ b/main.cpp Fri May 17 06:07:59 2019 +0000 @@ -62,7 +62,7 @@ motor_lo.setDutyLimit(0.6); motor_li.setDutyLimit(0.6); for(int i = 0; i < 30; i++) { - straightAndInfinity(0, 7); + straightAndInfinity(0, 7, UNSYNC); } printf("get distance mode"); for(int i=0; i<1; ++i) {