CONFIG_VL53L0X_PROXIMITY_THRESHOLD
Proximity threshold in millimeters
Type: int
Help
Threshold used for proximity detection when sensor is used with SENSOR_CHAN_PROX.
Default
100
Kconfig definition
At <Zephyr>/drivers/sensor/vl53l0x/Kconfig:13
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:64
→ <Zephyr>/drivers/sensor/Kconfig:231
Menu path: (Top) → Device Drivers → Sensor Drivers → VL53L0X time of flight sensor
config VL53L0X_PROXIMITY_THRESHOLD
int "Proximity threshold in millimeters"
default 100
depends on VL53L0X && SENSOR
help
Threshold used for proximity detection when sensor is used with SENSOR_CHAN_PROX.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)