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:
18:0696efe39d08
Parent:
7:1add29d51e72
diff -r ca0ce4daf573 -r 0696efe39d08 inc/vl53l1_tuning_parm_defaults.h
--- a/inc/vl53l1_tuning_parm_defaults.h	Wed Jun 23 12:57:26 2021 +0000
+++ b/inc/vl53l1_tuning_parm_defaults.h	Wed Jul 21 17:06:38 2021 +0200
@@ -10,8 +10,19 @@
  */
 
 
+
+
+
+#ifndef _VL53L1_TUNING_PARM_DEFAULTS_H_
+#define _VL53L1_TUNING_PARM_DEFAULTS_H_
+
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 #define VL53L1_TUNINGPARM_VERSION_DEFAULT \
-((uint16_t) 31)
+((uint16_t) 32)
 #define VL53L1_TUNINGPARM_KEY_TABLE_VERSION_DEFAULT \
 ((uint16_t) 14)
 #define VL53L1_TUNINGPARM_LLD_VERSION_DEFAULT \
@@ -390,4 +401,15 @@
 ((int16_t) 0)
 #define VL53L1_TUNINGPARM_UWR_LONG_CORRECTION_ZONE_5_RANGEB_DEFAULT \
 ((int16_t) 0)
+#define VL53L1_TUNINGPARM_MIN_SIGNAL_SECONDARY_TARGETS_DEFAULT \
+((uint32_t) 6536)
 
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif
+
+
+