pub unsafe extern "C" fn PTMU_GetStepHistory(
hours: u32_,
stepValue: *mut u16_,
) -> ResultExpand 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 leasthoursin length)