CONFIG_MAX6675¶
MAX6675 K-thermocouple to digital converter
Type: bool
Help¶
Enable MAX6675 cold-junction-compensated K-thermocouple to digital
converter.
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definition¶
At <Zephyr Driver>/sensor/max6675/Kconfig:4
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:64 → <Zephyr Driver>/sensor/Kconfig:163
Menu path: (Top) → Device Drivers → Sensor Drivers
config MAX6675
    bool "MAX6675 K-thermocouple to digital converter"
    depends on SPI && SENSOR
    help
      Enable MAX6675 cold-junction-compensated K-thermocouple to digital
      converter.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)