KHCyclingPedalingCadenceSample

data class KHCyclingPedalingCadenceSample(val revolutionsPerMinute: Double, val time: Instant)

Represents a single measurement of KHRecord.CyclingPedalingCadence.

Constructors

Link copied to clipboard
constructor(revolutionsPerMinute: Double, time: Instant)

Properties

Link copied to clipboard
Link copied to clipboard
val time: Instant