![]() |
ISSDK
1.8
IoT Sensing Software Development Kit
|
This defines the configuration structure of the pedometer. More...
#include <pedometer.h>
Data Fields | |
uint16_t | sleepminimum |
uint16_t | sleepmaximum |
debounce_count_t | sleepcount_threshold |
struct { | |
uint8_t __pad0__: 5 | |
bool sleep_dbcntm: 1 | |
bool activity_dbcntm: 1 | |
bool config: 1 | |
} | bits |
KeynetikConfig | keynetik |
debounce_count_t | activitycount_threshold |
uint8_t | stepcoalesce |
uint16_t | oneG |
uint16_t | frequency |
This defines the configuration structure of the pedometer.
Definition at line 46 of file pedometer.h.
uint8_t __pad0__ |
Definition at line 53 of file pedometer.h.
bool activity_dbcntm |
Definition at line 56 of file pedometer.h.
debounce_count_t activitycount_threshold |
Definition at line 62 of file pedometer.h.
struct { ... } bits |
bool config |
Definition at line 58 of file pedometer.h.
uint16_t frequency |
Definition at line 67 of file pedometer.h.
Referenced by pedometer_configure().
KeynetikConfig keynetik |
Definition at line 61 of file pedometer.h.
Referenced by pedometer_configure().
uint16_t oneG |
Definition at line 64 of file pedometer.h.
Referenced by pedometer_configure().
bool sleep_dbcntm |
Definition at line 54 of file pedometer.h.
debounce_count_t sleepcount_threshold |
Definition at line 50 of file pedometer.h.
uint16_t sleepmaximum |
Definition at line 49 of file pedometer.h.
uint16_t sleepminimum |
Definition at line 48 of file pedometer.h.
uint8_t stepcoalesce |
Definition at line 63 of file pedometer.h.