zephyr/samples/sensor/max6675/sample.yaml
Fabio Baltieri 792469aae9 yamllint: indentation: fix files in samples/
Fix the YAML files indentation for files in samples/.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2023-01-04 14:23:53 +01:00

15 lines
348 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")