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