Range Status 6 with VL53L1X
HiI'm getting range status 6 while I'm reading the sensor, which corresponds to (No Update) Status.Test code (kept the necessary debugging prints):int16_t getDistance(void) { int status = VL53L1_StartMeasurement(Dev); uint8_t firstTimeInterrupt ...