How can Error -13 (VL53LX_ERROR_CONTROL_INTERFACE) be solved in a VL53L4CX sensor?
I am using the official ST library from STM32CubeIde and i adapted a custom_ranging_sensor.h to use two sensors. The project builds correctly but when the getdistance returns a (VL53LX_ERROR_CONTROL_INTERFACE) error. But the init and start function e...