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