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: mbed 3875_Individualproject
Diff: main/main.cpp
- Revision:
- 69:d1e941e61507
- Parent:
- 68:14f2a5315d88
--- a/main/main.cpp Mon Jun 01 20:34:11 2020 +0000 +++ b/main/main.cpp Tue Jan 05 23:16:16 2021 +0000 @@ -302,7 +302,7 @@ } if ( sensor[0] > SENS_THRESH && sensor[4] > SENS_THRESH && sensor[2] < SENS_THRESH ) { - //wait(0.02); // maybe change or replace w something better + wait(0.02); // maybe change or replace w something better robot.scan(); if ( sensor[0] > SENS_THRESH && sensor[4] > SENS_THRESH && sensor[2] < SENS_THRESH ) { goal = true;