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.
Fork of LSM9DS0 by
Diff: LSM9DS0.h
- Revision:
- 7:8d8f4c6c511d
- Parent:
- 4:bf8f4e7c9905
--- a/LSM9DS0.h Sat Nov 28 00:57:43 2015 +0000 +++ b/LSM9DS0.h Sat Nov 28 02:34:59 2015 +0000 @@ -175,6 +175,7 @@ // These values are the RAW signed 16-bit readings from the sensors. int16_t gx, gy, gz; // x, y, and z axis readings of the gyroscope int16_t ax, ay, az; // x, y, and z axis readings of the accelerometer + float fax, fay, faz; // x, y, and z axis readings of the accelerometer int16_t mx, my, mz; // x, y, and z axis readings of the magnetometer int16_t temperature; float abias[3];