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:
- 4:c1f9aaf55e8b
- Parent:
- 3:581d391d248c
- Child:
- 5:40033f403d50
diff -r 581d391d248c -r c1f9aaf55e8b main.cpp --- a/main.cpp Tue Oct 11 14:19:12 2016 +0000 +++ b/main.cpp Tue Oct 11 14:22:18 2016 +0000 @@ -42,7 +42,8 @@ if (front > DISTANCE) { if (left > DISTANCE) { - // turn right + ServoRight.write(0.5); + ServoLeft.write(0.4); } else { // turn left }