Xiaofei Qiu / Mbed 2 deprecated LSM9DS0

Dependencies:   mbed

Fork of LSM9DS0 by Taylor Andrews

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];