I am unsure about the units of the values within the methods
onNewPedalSmoothness and onNewTorqueEffectiveness of the bike
power sensor.
Currently, I use the values as they are. When doing the
verification test, I am asked whether the PS&TE; values toggles
between 50% and -- (invalid value). Unfortunately, the values I
get from these methods are 25% instead. Interestingly, within
the documentation of the onNetPedalSmoothness, it is stated:
leftOrCombinedPedalSmoothness: The left (or combined) pedal smoothness as determined by the sensor (up to 1/2% resolution. '-1' = Invalid or negative data. Units: 1/2%.
rightPedalSmoothness: The right pedal smoothness as determined by the sensor (up to 1/2% resolution. '-1' = Invalid or negative data. Units: %.
Thus, I am not sure about the units of these values. Are they % or 1/2 %?