![]() |
ISSDK
1.7
IoT Sensing Software Development Kit
|
This structure defines the fxas21002 raw data buffer. More...
Data Fields | |
uint32_t | timestamp |
int16_t | gyro [3] |
int8_t | temp |
uint8_t | intsrc |
This structure defines the fxas21002 raw data buffer.
Definition at line 77 of file fxas21002_demo.c.
int16_t gyro |
The time, this sample was recorded. The gyro data
Definition at line 80 of file fxas21002_demo.c.
Referenced by main().
uint8_t intsrc |
Definition at line 82 of file fxas21002_demo.c.
Referenced by main().
int8_t temp |
Definition at line 81 of file fxas21002_demo.c.
Referenced by main().
uint32_t timestamp |
Definition at line 79 of file fxas21002_demo.c.
Referenced by main().