-
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>/drivers/sensor/max6675/Kconfig:4
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:62
→ <Zephyr>/drivers/sensor/Kconfig:153
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.)