zephyr/samples/sensor/lps22hh_i3c/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

16 lines
362 B
YAML

sample:
name: LPS22HH Temperature and Pressure Monitor (using I3C)
tests:
sample.sensor.lps22hh.i3c:
harness: console
tags: sensors
depends_on: i3c
filter: dt_compat_enabled("st,lps22hh")
build_only: true
harness_config:
type: multi_line
ordered: true
regex:
- "Temperature: (.*)"
- "Pressure: (.*)"