CONFIG_VL53L0X_PROXIMITY_THRESHOLD

Proximity threshold in millimeters

Type: int

Help

Threshold used for proximity detection when sensor is used with SENSOR_CHAN_PROX.

Direct dependencies

VL53L0X && SENSOR

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At drivers/sensor/vl53l0x/Kconfig:64

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:64drivers/sensor/Kconfig:122

Menu path: (top menu) → Device Drivers → Sensor Drivers

config VL53L0X_PROXIMITY_THRESHOLD
    int
    prompt "Proximity threshold in millimeters" if VL53L0X && SENSOR
    default 100 if VL53L0X && SENSOR
    depends on VL53L0X && SENSOR
    help
      Threshold used for proximity detection when sensor is used with SENSOR_CHAN_PROX.

(Definitions include propagated dependencies, including from if’s and menus.)