![]() |
ISSDK
1.8
IoT Sensing Software Development Kit
|
This structure defines the fxos8700 raw data buffer. More...
Data Fields | |
uint32_t | timestamp |
int16_t | accel [3] |
int16_t | mag [3] |
uint8_t | intsrc |
This structure defines the fxos8700 raw data buffer.
Definition at line 50 of file fxos8700_demo.c.
int16_t accel |
The time, this sample was recorded. The accel data
Definition at line 53 of file fxos8700_demo.c.
Referenced by main().
uint8_t intsrc |
Definition at line 55 of file fxos8700_demo.c.
Referenced by main().
int16_t mag |
uint32_t timestamp |
Definition at line 52 of file fxos8700_demo.c.
Referenced by main().