:orphan: .. title:: CONFIG_LIS2DH_MEASURE_TEMPERATURE .. kconfig:: CONFIG_LIS2DH_MEASURE_TEMPERATURE CONFIG_LIS2DH_MEASURE_TEMPERATURE ################################# *Enable temperature measurements* Type: ``bool`` Help ==== .. code-block:: none The temperature sensor is most suitable for measuring relative temperature. For example, it is X degrees C cooler or warmer. Each chip has an offset. This offset must be applied to the result. The offset can be obtained by comparing the the reported temperature to a reference. This option does not apply to the LSM330DLHC. Direct dependencies =================== \ :kconfig:`LIS2DH ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`LIS2DH_BLOCK_DATA_UPDATE ` Kconfig definition ================== At ``/sensor/lis2dh/Kconfig:144`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:125`` Menu path: (Top) → Device Drivers → Sensor Drivers → LIS2DH Three Axis Accelerometer .. code-block:: kconfig config LIS2DH_MEASURE_TEMPERATURE bool "Enable temperature measurements" select LIS2DH_BLOCK_DATA_UPDATE depends on LIS2DH && SENSOR help The temperature sensor is most suitable for measuring relative temperature. For example, it is X degrees C cooler or warmer. Each chip has an offset. This offset must be applied to the result. The offset can be obtained by comparing the the reported temperature to a reference. This option does not apply to the LSM330DLHC. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*