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: ATP3012 mbed a HMC US015_2 getGPS
Revision 4:bd33b15ecac4, committed 2021-12-13
- Comitter:
- miyajitakenari
- Date:
- Mon Dec 13 10:07:09 2021 +0000
- Parent:
- 3:e137a2979ff1
- Commit message:
- a
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r e137a2979ff1 -r bd33b15ecac4 main.cpp --- a/main.cpp Thu Dec 09 11:18:25 2021 +0000 +++ b/main.cpp Mon Dec 13 10:07:09 2021 +0000 @@ -82,6 +82,7 @@ else { Move('4', 0.15);//時計回りに回転 xbee.printf("now_angle=%lf\r\n", direction); + direction = AngleGet(); } }