-
CONFIG_IIS2ICLX_ACCEL_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 500: +/- 500mg 1000: +/- 1g 2000: +/- 2g 3000: +/- 3g
Default¶
0
Kconfig definition¶
At drivers/sensor/iis2iclx/Kconfig:91
Included via Kconfig:8 → Kconfig.zephyr:32 → drivers/Kconfig:62 → drivers/sensor/Kconfig:101
Menu path: (Top) → Device Drivers → Sensor Drivers → IIS2ICLX I2C/SPI accelerometer Chip → Attributes
config IIS2ICLX_ACCEL_FS
int "Accelerometer full-scale range"
default 0
depends on IIS2ICLX && 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
500: +/- 500mg
1000: +/- 1g
2000: +/- 2g
3000: +/- 3g
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)