The VL53L1CB proximity sensor, based on ST’s FlightSense™, Time-of-Flight technology.

Dependencies:   X_NUCLEO_COMMON ST_INTERFACES

Dependents:   VL53L1CB_noshield_1sensor_polls_auton VL53L1CB_noshield_1sensor_interrupt_auton X_NUCLEO_53L1A2

Based on VL53L1 library, this is a library for the VL53L1CB ToF chip.

Revision:
16:27131f13570d
Parent:
15:c0d8d300479f
Child:
17:ca0ce4daf573
--- a/inc/VL53L1CB.h	Sat Jun 19 16:53:41 2021 +0100
+++ b/inc/VL53L1CB.h	Sun Jun 20 13:31:49 2021 +0000
@@ -514,7 +514,7 @@
     
     VL53L1CB_ERROR VL53L1CB_StaticInit();
         
-    VL53L1CB_ERROR VL53L1CB_learInterruptAndStartMeasurement();
+    VL53L1CB_ERROR VL53L1CB_ClearInterruptAndStartMeasurement();
     
     VL53L1CB_ERROR VL53L1CB_GetRangingMeasurementData(
         VL53L1_RangingMeasurementData_t *pRangingMeasurementData);