We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9be1e4f commit 75eaa00Copy full SHA for 75eaa00
src/components/i2c/drivers/WipperSnapper_I2C_Driver_VL53L4CX.h
@@ -74,8 +74,8 @@ class WipperSnapper_I2C_Driver_VL53L4CX : public WipperSnapper_I2C_Driver {
74
return false;
75
}
76
77
- // Set 1 second measurement time, the highest possible TimingBudget is 10s
78
- if (_VL53L4CX->VL53L4CX_SetMeasurementTimingBudgetMicroSeconds(1000000) !=
+ // Set 200ms measurement time, the possible TimingBudget is 8-200ms
+ if (_VL53L4CX->VL53L4CX_SetMeasurementTimingBudgetMicroSeconds(200000) !=
79
VL53L4CX_ERROR_NONE) {
80
WS_DEBUG_PRINTLN("Failed to set VL53L4CX timing budget!");
81
0 commit comments