zephyr/samples/sensor/lps22hh/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
360 B
YAML

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