Function PTMU_GetStepHistory

Source
pub unsafe extern "C" fn PTMU_GetStepHistory(
    hours: u32_,
    stepValue: *mut u16_,
) -> Result
Expand description

Gets the system’s step count history.

§Arguments

  • hours - Number of hours to get the step count history for.
  • stepValue - Pointer to output the step count history to. (The buffer size must be at least hours in length)