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
Revision 12:a4d7e7615fc3, committed 2020-01-16
- Comitter:
- yasunorihirakawa
- Date:
- Thu Jan 16 05:17:01 2020 +0000
- Parent:
- 11:5ae0c22d5473
- Commit message:
- aaa
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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); } }