zephyr/samples/sensor/lps22hh/sample.yaml

16 lines
385 B
YAML

sample:
name: LPS22HH Temperature and Pressure Monitor
tests:
sample.sensor.lps22hh.nrf52.iks01a3:
harness: console
platform_allow: nrf52dk_nrf52832
tags: sensors
depends_on: i2c
extra_args: SHIELD=x_nucleo_iks01a3
harness_config:
type: multi_line
ordered: yes
regex:
- "Temperature: (.*)"
- "Pressure: (.*)"