:orphan: .. title:: IIS2DH_RANGE .. option:: CONFIG_IIS2DH_RANGE *Accelerometer Full-scale range setting* Type: ``int`` Help ==== Specify the default accelerometer full-scale range. Valid values are: 0: Full Scale selected at runtime 2: +/- 2g 4: +/- 4g 8: +/- 8g 16: +/- 16g Direct dependencies =================== \ :option:`IIS2DH ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0 Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/iis2dh/Kconfig:57`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:97`` Menu path: (Top) → Device Drivers → Sensor Drivers → IIS2DH I2C/SPI accelerometer sensor driver .. parsed-literal:: config IIS2DH_RANGE int "Accelerometer Full-scale range setting" default 0 depends on \ :option:`IIS2DH ` && \ :option:`SENSOR ` help Specify the default accelerometer full-scale range. Valid values are: 0: Full Scale selected at runtime 2: +/- 2g 4: +/- 4g 8: +/- 8g 16: +/- 16g *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*