-
CONFIG_LIS2DS12_FS
¶
Accelerometer full-scale range
Type: int
Help¶
Specify the default accelerometer full-scale range. An X value for the config represents a range of +/- X G. Valid values are: 0: Full Scale selected at runtime 2: +/- 2g 4: +/- 4g 8: +/- 8g 16: +/- 16g
Kconfig definition¶
At drivers/sensor/lis2ds12/Kconfig:60
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:62
→ drivers/sensor/Kconfig:74
Menu path: (top menu) → Device Drivers → Sensor Drivers → LIS2DS12 I2C/SPI accelerometer sensor driver → Attributes
config LIS2DS12_FS int prompt "Accelerometer full-scale range" ifLIS2DS12
&&SENSOR
default 0 ifLIS2DS12
&&SENSOR
depends onLIS2DS12
&&SENSOR
help Specify the default accelerometer full-scale range. An X value for the config represents a range of +/- X G. Valid values are: 0: Full Scale selected at runtime 2: +/- 2g 4: +/- 4g 8: +/- 8g 16: +/- 16g
(Definitions include propagated dependencies, including from if’s and menus.)