The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_LIS3MDL_FS

Full-scale range

Type: int

Help

Magnetometer full-scale range. An X value for the config represents a range of +/- X gauss. Valid values are 4, 8, 12 and 16.

Direct dependencies

LIS3MDL && SENSOR

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

Defaults

Kconfig definition

At drivers/sensor/lis3mdl/Kconfig:76

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

Menu path: (top menu) → Device Drivers → Sensor Drivers → LIS3MDL magnetometer

config LIS3MDL_FS
    int
    prompt "Full-scale range" if LIS3MDL && SENSOR
    default 4 if LIS3MDL && SENSOR
    depends on LIS3MDL && SENSOR
    help
      Magnetometer full-scale range.
      An X value for the config represents a range of +/- X gauss. Valid
      values are 4, 8, 12 and 16.

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