zephyr/samples/sensor/max44009/sample.yaml
Anas Nashif e32f9c727a samples: max44009: remove reference to quark se
Remove reference to Quark SE and the README file and put description in
sample.yaml.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2023-03-29 10:26:56 -05:00

19 lines
480 B
YAML

sample:
name: MAX44009 light sensor
description: >
This is a sample app to read an external MAX44009 light sensor via I2C
interface
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")