I am trying to get consecutive measurements from the VL53L1X sensor but the timing budget is only kept on the first measurement with the below codeVL53L1X_BootState(dev, &sensorState);
VL53L1X_SensorInit(dev);
VL53L1X_SetDistanceMode(dev, 2);
VL53L1X...