67 #ifndef _CALIBRATION_H_
68 #define _CALIBRATION_H_
int8_t VL53L1X_CalibrateXtalk(uint16_t dev, uint16_t TargetDistInMm, uint16_t *xtalk)
This function performs the xtalk calibration. The function returns the xtalk value found and programs...
Definition: VL53L1X_calibration.c:100
int8_t VL53L1X_CalibrateOffset(uint16_t dev, uint16_t TargetDistInMm, int16_t *offset)
This function performs the offset calibration. The function returns the offset value found and progra...
Definition: VL53L1X_calibration.c:73