-
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.
Kconfig definition¶
At drivers/sensor/lis3mdl/Kconfig:76
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:62
→ drivers/sensor/Kconfig:80
Menu path: (top menu) → Device Drivers → Sensor Drivers → LIS3MDL magnetometer
config LIS3MDL_FS int prompt "Full-scale range" ifLIS3MDL
&&SENSOR
default 4 ifLIS3MDL
&&SENSOR
depends onLIS3MDL
&&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.)