pub fn get_measurement_timing_budget_micro_seconds(
    dev: &mut Device
) -> Result<u32, StError>
Expand description

Get the currently configured time required by the sensor to perform one range measurement.

Should always be between 20_000 and 1_000_0000 us.