|
Sensor Fusion Library 0.6.1
Orientation sensing for Espressif (ESP32, ESP8266) processors
|
This structure defines the fxos8700 raw data buffer. More...
#include <driver_fxos8700.h>
Public Attributes | |
| uint32_t | timestamp |
| int16_t | accel [3] |
| int16_t | mag [3] |
This structure defines the fxos8700 raw data buffer.
Definition at line 41 of file driver_fxos8700.h.
| int16_t fxos8700_accelmagdata_t::accel[3] |
The time this sample was recorded.
The accel data
Definition at line 44 of file driver_fxos8700.h.
| int16_t fxos8700_accelmagdata_t::mag[3] |
The mag data
Definition at line 45 of file driver_fxos8700.h.
| uint32_t fxos8700_accelmagdata_t::timestamp |
Definition at line 43 of file driver_fxos8700.h.