:orphan: .. title:: CONFIG_HTS221_ODR .. kconfig:: CONFIG_HTS221_ODR CONFIG_HTS221_ODR ################# *Output data rate* Type: ``string`` Help ==== .. code-block:: none Sensor output data rate expressed in samples per second. Data rates supported by the chip are 1, 7 and 12.5. Direct dependencies =================== \ :kconfig:`HTS221 ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - "1" Kconfig definition ================== At ``/sensor/hts221/Kconfig:50`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:101`` Menu path: (Top) → Device Drivers → Sensor Drivers → HTS221 temperature and humidity sensor .. code-block:: kconfig config HTS221_ODR string "Output data rate" default "1" depends on HTS221 && SENSOR help Sensor output data rate expressed in samples per second. Data rates supported by the chip are 1, 7 and 12.5. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*