10 lines
258 B
Plaintext
10 lines
258 B
Plaintext
|
# Copyright (c) 2021 Teslabs Engineering S.L.
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
config MAX6675
|
||
|
bool "MAX6675 K-thermocouple to digital converter"
|
||
|
depends on SPI
|
||
|
help
|
||
|
Enable MAX6675 cold-junction-compensated K-thermocouple to digital
|
||
|
converter.
|