VL53L5 Thresholds
Is there any documentation how to setup the various threshold parameters? These are the macros defined in the vl53l5cx_plugin_detection_thresholds.h
#define VL53L5CX_DISTANCE_MM ((uint8_t)1U)
#define VL53L5CX_SIGNAL_PER_SPAD_KCPS ((uint8_t)2U)
#define VL53L5CX_RANGE_SIGMA_MM ((uint8_t)4U)
#define VL53L5CX_AMBIENT_PER_SPAD_KCPS ((uint8_t)8U)
#define VL53L5CX_NB_TARGET_DETECTED ((uint8_t)9U)
#define VL53L5CX_TARGET_STATUS ((uint8_t)12U)
#define VL53L5CX_NB_SPADS_ENABLED ((uint8_t)13U)
#define VL53L5CX_MOTION_INDICATOR
Some examples or documentation on setting these up would be helpful.
Thanks,
Barry
