![]() |
ISSDK
1.8
IoT Sensing Software Development Kit
|
This structure defines the Size of response for pedometer data read command. More...
#include <mma9553_drv.h>
Data Fields | |
uint8_t | responseHeader [MMA9553_HDR_SIZE] |
uint16_t | statusRegister |
uint16_t | stepCount |
uint16_t | distance |
uint16_t | speed |
uint16_t | calories |
uint16_t | sleepCount |
This structure defines the Size of response for pedometer data read command.
Definition at line 60 of file mma9553_drv.h.
uint16_t calories |
Walking Speed.
Definition at line 67 of file mma9553_drv.h.
uint16_t distance |
Step Counter.
Definition at line 65 of file mma9553_drv.h.
uint8_t responseHeader[MMA9553_HDR_SIZE] |
Definition at line 62 of file mma9553_drv.h.
uint16_t sleepCount |
Calories burnt.
Definition at line 68 of file mma9553_drv.h.
uint16_t speed |
Distance covered.
Definition at line 66 of file mma9553_drv.h.
uint16_t statusRegister |
The response header for the read command.
Definition at line 63 of file mma9553_drv.h.
uint16_t stepCount |
Status register.
Definition at line 64 of file mma9553_drv.h.