zephyr/samples/sensor/max6675/sample.yaml
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
360 B
YAML

sample:
name: MAX6675 K-thermocouple to digital converter
tests:
sample.sensor.max6675:
tags: sensors
harness: console
depends_on: spi
harness_config:
type: multi_line
ordered: true
regex:
- "Temperature: ([0-9\\.]+) C"
fixture: fixture_spi_max6675
filter: dt_compat_enabled("maxim,max6675")