![]() |
ISSDK
1.8
IoT Sensing Software Development Kit
|
This structure defines the mma865x raw data buffer. More...
#include <mma865x_drv.h>
Data Fields | |
uint32_t | timestamp |
int16_t | accel [3] |
This structure defines the mma865x raw data buffer.
Definition at line 38 of file mma865x_drv.h.
int16_t accel[3] |
The accel data
Definition at line 41 of file mma865x_drv.h.
Referenced by accel_off_noise(), and main().
uint32_t timestamp |
Time stamp value in micro-seconds.
Definition at line 40 of file mma865x_drv.h.