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