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
Revision 69:d1e941e61507, committed 2021-01-05
- Comitter:
- jamesheavey
- Date:
- Tue Jan 05 23:16:16 2021 +0000
- Parent:
- 68:14f2a5315d88
- Commit message:
- test
Changed in this revision
| m3pi.lib | Show annotated file Show diff for this revision Revisions of this file |
| main/main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/m3pi.lib Mon Jun 01 20:34:11 2020 +0000 +++ b/m3pi.lib Tue Jan 05 23:16:16 2021 +0000 @@ -1,1 +1,1 @@ -https://developer.mbed.org/users/eencae/code/m3pi/#b550167f5278 +https://os.mbed.com/users/jamesheavey/code/3875_Individualproject/#b550167f5278
--- 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;