![]() |
ISSDK
1.8
IoT Sensing Software Development Kit
|
This structure defines the fxls8962 raw data buffer. More...
#include <fxls8962_drv.h>
Data Fields | |
uint32_t | timestamp |
int16_t | accel [3] |
This structure defines the fxls8962 raw data buffer.
Definition at line 53 of file fxls8962_drv.h.
int16_t accel[3] |
The time, this sample was recorded. The accel data
Definition at line 56 of file fxls8962_drv.h.
Referenced by accel_off_noise(), and main().
uint32_t timestamp |
Definition at line 55 of file fxls8962_drv.h.