It's used as aid for inertial measurement system
Dependents: M-G354PDH0_serial_echo_2 M-G354PDH0_serial_echo_1 M-G354PDH0_serial_Lib
Revision 8:ba5655a87eea, committed 2019-08-27
- Comitter:
- Joeatsumi
- Date:
- Tue Aug 27 03:26:41 2019 +0000
- Parent:
- 7:4136b94b5cb9
- Commit message:
- It's used for inertial measurement system.
Changed in this revision
QMC5883L.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 4136b94b5cb9 -r ba5655a87eea QMC5883L.cpp --- a/QMC5883L.cpp Mon Nov 12 10:24:29 2018 +0000 +++ b/QMC5883L.cpp Tue Aug 27 03:26:41 2019 +0000 @@ -88,6 +88,7 @@ return((HiByte<<8) | LoByte); } + int16_t QMC5883L::getMagYvalue() { uint8_t LoByte, HiByte;