![]() |
ISSDK
1.7
IoT Sensing Software Development Kit
|
This structure defines the mma9553 pedometer data buffer. More...
#include <mma9553_drv.h>
Data Fields | |
uint32_t | timestamp |
int16_t | accel [3] |
This structure defines the mma9553 pedometer data buffer.
Definition at line 79 of file mma9553_drv.h.
int16_t accel[3] |
The time, this sample was recorded.
Definition at line 82 of file mma9553_drv.h.
Referenced by main().
uint32_t timestamp |
Definition at line 81 of file mma9553_drv.h.
Referenced by main().