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
(Includes any dependencies from ifs and menus.)
Default
4
Kconfig definition
At <Driver>/sensor/lis3mdl/Kconfig:58
Included via Kconfig:8
→ Kconfig.zephyr:42
→ <Driver>/Kconfig:64
→ <Driver>/sensor/Kconfig:133
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.)