pub fn perform_ref_spad_management<I, D, E>(
    dev: &mut Device,
    i2c: &mut I,
    delay: &mut D
) -> Result<Outcome<()>, Error<E>>where
    I: Write<Error = E> + WriteRead<Error = E>,
    D: Delay,
Expand description

Calibration that allows adjustment of the number of SPADs to optimize the device dynamic.

See the VL53L1X API User Manual section 3.1 for more information.