Skip to content

Commit c87ec97

Browse files
authored
Update VL53L1_Sat_HelloWorld.ino
1 parent bdd6387 commit c87ec97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/VL53L1_Sat_HelloWorld/VL53L1_Sat_HelloWorld.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ void setup()
9494

9595
// Start Measurements
9696
sensor_vl53l1_sat.VL53L1_SetPresetMode(VL53L1_PRESETMODE_RANGING);
97-
sensor_vl53l1_sat.VL53L1_StartMeasurement();
97+
sensor_vl53l1_sat.VL53L1_ClearInterruptAndStartMeasurement();
9898
}
9999

100100
void loop()

0 commit comments

Comments
 (0)