CONFIG_SENSORSIM

Sensor Data Simulator Library

Type: bool

Help

Allows for manual incrementing of a sensor value or generates a triangular waveform.

Direct dependencies

ANT

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At lib\sensorsim/Kconfig:10

Included via Kconfig:40lib/Kconfig:15

Menu path: (Top) → ANT Wireless → ANT Wireless

menuconfig SENSORSIM
    bool "Sensor Data Simulator Library"
    depends on ANT
    help
      Allows for manual incrementing of a sensor value or generates a triangular waveform.

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