zephyr/samples/sensor/max44009/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
374 B
YAML

sample:
name: MAX44009 light sensor
tests:
sample.sensor.max44009:
tags: sensors
harness: console
depends_on: i2c
harness_config:
type: multi_line
ordered: true
regex:
- "MAX44009 light sensor application"
- "sensor: lum reading: (.*)"
fixture: fixture_i2c_max44009
filter: dt_compat_enabled("maxim,max44009")