|
I2C LSM9DS1 RaspberryPI C++ Library
|
Sample from the LSM9DS1. More...
#include <LSM9DS1.h>
Public Attributes | |
| float | ax = 0 |
| X Acceleration in m/s^2. | |
| float | ay = 0 |
| Y Acceleration in m/s^2. | |
| float | az = 0 |
| Z Acceleration in m/s^2. | |
| float | gx = 0 |
| X Rotation in deg/s. | |
| float | gy = 0 |
| Y Rotation in deg/s. | |
| float | gz = 0 |
| Z Rotation in deg/s. | |
| float | mx = 0 |
| X Magnetic field in Gauss. | |
| float | my = 0 |
| Y Magnetic field in Gauss. | |
| float | mz = 0 |
| Z Magnetic field in Gauss. | |
| float | temperature = 0 |
| Chip temperature. | |
Sample from the LSM9DS1.