nRF51 SDK
|
Bicycle Power page 17 data structure. More...
#include <bp_pages.h>
Data Fields | |
uint32_t | update_event_counter |
uint32_t | wheel_ticks |
uint32_t | instantaneous_cadence |
uint32_t | wheel_period |
uint32_t | accumulated_torgue |
Bicycle Power page 17 data structure.
uint32_t bp_page17_data_t::accumulated_torgue |
Accumulated torque.
uint32_t bp_page17_data_t::instantaneous_cadence |
Crank cadence, if available.
uint32_t bp_page17_data_t::update_event_counter |
Event counter incremented with each information update.
uint32_t bp_page17_data_t::wheel_period |
Accumulated wheel period.
uint32_t bp_page17_data_t::wheel_ticks |
Wheel tick count incremented with each wheel revolution.