CONFIG_WAVE_GEN_LIB

Enable wave signal generating library

Type: bool

Help

The library can be used to generate a value of a wave signal for given time.
Generated signal's type, amplitude, period and offset can be customized.
Amplitude of added noise can be specified too.

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Symbols that select this symbol

Kconfig definition

At <nRF>/lib/wave_gen/Kconfig:7

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:56<nRF>/lib/Kconfig:33

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Libraries

menuconfig WAVE_GEN_LIB
    bool "Enable wave signal generating library"
    select REQUIRES_FULL_LIBC
    help
      The library can be used to generate a value of a wave signal for given time.
      Generated signal's type, amplitude, period and offset can be customized.
      Amplitude of added noise can be specified too.

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