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: mbed BMX055_rev2 SDFileSystem GPS_Interface
Revision 6:b2b05ccd4252, committed 2020-08-28
- Comitter:
- MatsumotoKouki
- Date:
- Fri Aug 28 04:46:53 2020 +0000
- Parent:
- 5:01a31dfe982a
- Child:
- 7:e68ead6d3c1a
- Commit message:
- added GPS
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Fri Aug 28 04:45:20 2020 +0000
+++ b/main.cpp Fri Aug 28 04:46:53 2020 +0000
@@ -77,7 +77,7 @@
uart.printf("%04x%04x%04x",a[0],a[1],a[2]);//加速度の書き出し
uart.printf("%04x%04x%04x",b[0],b[1],b[2]);//角加速度の書き出し
- uart.printf("%08x%08x",hokui_n,tokei_n);//GPS書き出し
+ uart.printf("%08x%08x",(*hokui_n * 10000),(*tokei_n * 10000));//GPS書き出し
uart.printf("\r\n");