CONFIG_LIS2DH_MEASURE_TEMPERATURE

Enable temperature measurements

Type: bool

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.

Direct dependencies

LIS2DH && SENSOR

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At <Zephyr>/drivers/sensor/lis2dh/Kconfig:144

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/drivers/Kconfig:64<Zephyr>/drivers/sensor/Kconfig:125

Menu path: (Top) → Device Drivers → Sensor Drivers → LIS2DH Three Axis Accelerometer

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.)