16 lines
390 B
YAML
16 lines
390 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")
|