CONFIG_SENSOR_SIM_ACCEL_WAVE

Periodic wave signal

Type: bool

Help

Simulated sensor uses wave signal generating library to generate acceleration readouts.
Wave parameters are controlled with dedicated API. By default a sine wave is generated.

Direct dependencies

<choice: Select simulated acceleration type>

(Includes any dependencies from ifs and menus.)

Symbols selected by this symbol

Kconfig definition

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

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/Kconfig:6<BuildDir>/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:53<nRF>/drivers/Kconfig:13<nRF>/drivers/sensor/Kconfig:15

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Device Drivers → Sensor Drivers → Sensor simulator → Select simulated acceleration type

config SENSOR_SIM_ACCEL_WAVE
    bool "Periodic wave signal"
    select WAVE_GEN_LIB
    depends on <choice>
    help
      Simulated sensor uses wave signal generating library to generate acceleration readouts.
      Wave parameters are controlled with dedicated API. By default a sine wave is generated.

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