nRF51 SDK
|
Bicycle Power page 32 data structure. More...
#include <bp_pages.h>
Data Fields | |
uint32_t | update_event_counter |
uint32_t | slope |
uint32_t | time_stamp |
uint32_t | torque_ticks_stamp |
uint32_t | average_cadence |
Bicycle Power page 32 data structure.
uint32_t bp_page32_data_t::average_cadence |
Average cadence calculated from received data.
uint32_t bp_page32_data_t::slope |
Slope defines the variation of the output frequency.
uint32_t bp_page32_data_t::time_stamp |
Time of most recent rotation event.
uint32_t bp_page32_data_t::torque_ticks_stamp |
Count of most recent torque event.
uint32_t bp_page32_data_t::update_event_counter |
Rotation event counter increments with each completed pedal revolution.