mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-05 06:15:20 +00:00
Add an example on how to use the DPS310 sensor. Signed-off-by: Christoph Reiter <christoph.reiter@infineon.com>
13 lines
273 B
YAML
13 lines
273 B
YAML
sample:
|
|
name: DP310 Sensor sample
|
|
tests:
|
|
sample.sensor.dps310:
|
|
harness: console
|
|
tags: sensors
|
|
depends_on: i2c arduino_i2c
|
|
harness_config:
|
|
type: one_line
|
|
regex:
|
|
- "temp: (.*); press: (.*);"
|
|
fixture: fixture_i2c_dps310
|