zephyr/samples/sensor/max6675/boards/nucleo_f030r8.overlay
Gerard Marull-Paretas a0a8a47fcd samples: sensor: add MAX6675 sample application
Add a sample application to test MAX6675 cold-junction-compensated
K-thermocouple to digital converter.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
2021-02-17 14:33:29 +01:00

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";
};
};