CONFIG_SENSOR_SIM_TRIGGER_USE_BUTTON

Use button 1 for trigger

Type: bool

Help

Use button 1 to trigger ‘data ready’ event.

Direct dependencies

SENSOR_SIM_TRIGGER && SENSOR_SIM_TRIGGER && SENSOR_SIM && SENSOR

(Includes any dependencies from ifs and menus.)

Default

  • n

Kconfig definition

At <nRF>/drivers/sensor/sensor_sim/Kconfig:55

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:1<nRF>/Kconfig.nrf:27<nRF>/drivers/Kconfig:12<nRF>/drivers/sensor/Kconfig:15

Menu path: (Top) → Modules → Nordic nRF Connect → Device Drivers → Sensor Drivers → Sensor simulator → Sensor simulator trigger

config SENSOR_SIM_TRIGGER_USE_BUTTON
    bool "Use button 1 for trigger"
    default n
    depends on SENSOR_SIM_TRIGGER && SENSOR_SIM_TRIGGER && SENSOR_SIM && SENSOR
    help
      Use button 1 to trigger 'data ready' event.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)