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:
1:76429facbf6f
Parent:
0:3ac96e360672
Child:
7:1add29d51e72
--- a/src/vl53l1_api.c	Fri Nov 06 10:06:37 2020 +0000
+++ b/src/vl53l1_api.c	Sun Nov 08 13:50:58 2020 +0000
@@ -75,6 +75,8 @@
 #include "vl53l1_api_core.h"
 #include "vl53l1_nvm.h"
 
+#include "mbed_wait_api.h"
+
 
 #define ZONE_CHECK VL53L1_MAX_USER_ZONES
 
@@ -116,8 +118,6 @@
 
 
 
-
-
 static int32_t BDTable[VL53L1_TUNING_MAX_TUNABLE_KEY] = {
 		TUNING_VERSION,
 		TUNING_PROXY_MIN,
@@ -4026,4 +4026,3 @@
 }
 
 
-