![]() |
ISSDK
1.7
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 86 of file mma9553_drv.h.
uint16_t calories |
Walking Speed.
Definition at line 93 of file mma9553_drv.h.
uint16_t distance |
Step Counter.
Definition at line 91 of file mma9553_drv.h.
uint8_t responseHeader[MMA9553_HDR_SIZE] |
Definition at line 88 of file mma9553_drv.h.
uint16_t sleepCount |
Calories burnt.
Definition at line 94 of file mma9553_drv.h.
uint16_t speed |
Distance covered.
Definition at line 92 of file mma9553_drv.h.
uint16_t statusRegister |
The response header for the read command.
Definition at line 89 of file mma9553_drv.h.
uint16_t stepCount |
Status register.
Definition at line 90 of file mma9553_drv.h.