Add a sample application to test MAX6675 cold-junction-compensated K-thermocouple to digital converter. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
15 lines
231 B
Plaintext
15 lines
231 B
Plaintext
/*
|
|
* Copyright (c) 2021 Teslabs Engineering S.L.
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
&arduino_spi {
|
|
max6675@0 {
|
|
compatible = "maxim,max6675";
|
|
reg = <0>;
|
|
spi-max-frequency = <4300000>;
|
|
label = "MAX6675";
|
|
};
|
|
};
|