-
CONFIG_LSM6DSL_GYRO_FS
¶
Gyroscope full-scale range
Type: int
Help¶
Specify the default gyroscope full-scale range. An X value for the config represents a range of +/- X degree per second. Valid values are: 0: Full Scale selected at runtime 125: +/- 125dps 245: +/- 245dps 500: +/- 500dps 1000: +/- 1000dps 2000: +/- 2000dps
Kconfig definition¶
At drivers/sensor/lsm6dsl/Kconfig:207
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:64
→ drivers/sensor/Kconfig:92
Menu path: (top menu) → Device Drivers → Sensor Drivers → Attributes
config LSM6DSL_GYRO_FS int prompt "Gyroscope full-scale range" ifLSM6DSL
&&LSM6DSL
&&SENSOR
default 0 ifLSM6DSL
&&LSM6DSL
&&SENSOR
depends onLSM6DSL
&&LSM6DSL
&&SENSOR
help Specify the default gyroscope full-scale range. An X value for the config represents a range of +/- X degree per second. Valid values are: 0: Full Scale selected at runtime 125: +/- 125dps 245: +/- 245dps 500: +/- 500dps 1000: +/- 1000dps 2000: +/- 2000dps
(Definitions include propagated dependencies, including from if’s and menus.)