The latest development version of this page may be more current than this released 1.14.1 version.
choice: Acceleration measurement range

Acceleration measurement range

Type: bool

Help

Initial measurement full scale range for acceleration values.

Direct dependencies

LIS2DH && SENSOR

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

Kconfig definition

At drivers/sensor/lis2dh/Kconfig:55

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:62drivers/sensor/Kconfig:72

Menu path: (top menu) → Device Drivers → Sensor Drivers → LIS2DH Three Axis Accelerometer

choice
    bool
    prompt "Acceleration measurement range" if LIS2DH && SENSOR
    default LIS2DH_ACCEL_RANGE_RUNTIME if LIS2DH && SENSOR
    depends on LIS2DH && SENSOR
    help
      Initial measurement full scale range for acceleration values.

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