2021 ver of EPSON IMU

Dependencies:   mbed QMC5883L SDFileSystem

Files at this revision

API Documentation at this revision

Comitter:
Joeatsumi
Date:
Sat Aug 31 05:26:12 2019 +0000
Parent:
0:3ba177faeee0
Child:
2:a9f80f95aff9
Commit message:
Tilt compensated geo magnetorometer.

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Tue Aug 27 03:29:29 2019 +0000
+++ b/main.cpp	Sat Aug 31 05:26:12 2019 +0000
@@ -1,4 +1,6 @@
-/*EPSONのセンサを試すために組んだ20190827。*/
+/*EPSONのセンサを試すために組んだ20190831。
+地磁気センサの方位値を姿勢によって補正できる。
+*/
 
 #include "mbed.h"
 #include "string.h"