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.
Default¶
- 4 
Kconfig definition¶
At <Zephyr Driver>/sensor/lis3mdl/Kconfig:58
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:64 → <Zephyr Driver>/sensor/Kconfig:131
Menu path: (Top) → Device Drivers → Sensor Drivers → LIS3MDL magnetometer
config LIS3MDL_FS
    int "Full-scale range"
    default 4
    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.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)