:orphan: .. title:: IIS2ICLX_ACCEL_FS .. option:: 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 Direct dependencies =================== \ :option:`IIS2ICLX ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0 Kconfig definition ================== .. highlight:: kconfig 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 .. parsed-literal:: config IIS2ICLX_ACCEL_FS int "Accelerometer full-scale range" default 0 depends on \ :option:`IIS2ICLX ` && \ :option:`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.)*