![]() |
ISSDK
1.7
IoT Sensing Software Development Kit
|
This structure defines the mma8491q data buffer. More...
#include <mma8491q_drv.h>
Data Fields | |
uint32_t | timestamp |
int16_t | accel [3] |
uint8_t | tilt [3] |
This structure defines the mma8491q data buffer.
Definition at line 64 of file mma8491q_drv.h.
int16_t accel[3] |
Definition at line 67 of file mma8491q_drv.h.
Referenced by main().
uint8_t tilt[3] |
Sensor Acceleration output: signed 14-bits.
Definition at line 68 of file mma8491q_drv.h.
Referenced by main().
uint32_t timestamp |
Time stamp value in micro-seconds.
Definition at line 66 of file mma8491q_drv.h.
Referenced by main().