![]() |
ISSDK
1.8
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 51 of file fxas21002_demo.c.
| int16_t gyro |
The time, this sample was recorded. The gyro data
Definition at line 54 of file fxas21002_demo.c.
Referenced by main().
| uint8_t intsrc |
Definition at line 56 of file fxas21002_demo.c.
Referenced by main().
| int8_t temp |
Definition at line 55 of file fxas21002_demo.c.
Referenced by main().
| uint32_t timestamp |
Definition at line 53 of file fxas21002_demo.c.
Referenced by main().