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: BMX055 Motor Way
Diff: main.cpp
- Revision:
- 12:a4d7e7615fc3
- Parent:
- 11:5ae0c22d5473
diff -r 5ae0c22d5473 -r a4d7e7615fc3 main.cpp --- a/main.cpp Thu Jan 16 05:14:40 2020 +0000 +++ b/main.cpp Thu Jan 16 05:17:01 2020 +0000 @@ -223,7 +223,7 @@ { motorL.drive(); motorR.drive(); - //odometry(); + odometry(); wait(INTVAL_MOTOR); } }