![]() |
MT2523 API Reference
LinkIt SDK v4
|
Pedometer sensor event data. More...
#include <sensor_alg_interface.h>
Data Fields | |
| uint32_t | accumulated_step_count |
| Accumulated step count. More... | |
| uint32_t | accumulated_step_length |
| Accumulated step length. More... | |
| uint32_t | step_frequency |
| Step frequency. More... | |
| uint32_t | step_length |
| Step length. More... | |
| uint8_t | step_type |
| Step type: 1 for walk, 2 for run, and 3 for jogging. More... | |
Pedometer sensor event data.
| uint32_t accumulated_step_count |
Accumulated step count.
| uint32_t accumulated_step_length |
Accumulated step length.
| uint32_t step_frequency |
Step frequency.
| uint32_t step_length |
Step length.
| uint8_t step_type |
Step type: 1 for walk, 2 for run, and 3 for jogging.