LSIと磁気センサーの統合用プログラムです。
Dependencies: ATP3012 mbed TB6612FNG HMC6352 US015 getGPS
Revision 2:82902be97576, committed 2021-10-27
- Comitter:
- ushiroji
- Date:
- Wed Oct 27 12:33:10 2021 +0000
- Parent:
- 1:62de92c768c9
- Commit message:
- test
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 62de92c768c9 -r 82902be97576 main.cpp --- a/main.cpp Wed Oct 27 12:28:26 2021 +0000 +++ b/main.cpp Wed Oct 27 12:33:10 2021 +0000 @@ -13,4 +13,5 @@ speak(); direction = AngleGet(); pc.printf("direction=%f\n", direction); - } \ No newline at end of file + } +} \ No newline at end of file