Data Sheet

DocID031478 Rev 1 23/28
UM2356 Calibration functions
28
3.3.6 Enable/Disable crosstalk compensation
The function to call to enable or disable the crosstalk compensation is:
VL53L1_SetXTalkCompensationEnable().
VL53L1_SetXTalkCompensationEnable(&VL53L1Dev, 0); // disables the crosstalk
compensation.
V53L1_SetXTalkCompensationEnable(&VL53L1Dev, 1); // enables the crosstalk
compensation.
Note: This function does not perform any crosstalk calibration or data loading, it just enables the
crosstalk compensation. It has to be called before starting ranging, with the optional function
calls.