2019-10-17 01:11:18 +08:00
|
|
|
sample:
|
|
|
|
name: LPS22HB Temperature and Humidity Monitor
|
|
|
|
tests:
|
|
|
|
sample.sensor.lps22hb:
|
|
|
|
harness: console
|
|
|
|
tags: sensors
|
2023-05-08 19:37:42 +08:00
|
|
|
depends_on:
|
|
|
|
- i2c
|
|
|
|
- lps22hb
|
2019-10-17 01:11:18 +08:00
|
|
|
harness_config:
|
2023-01-04 03:08:27 +08:00
|
|
|
type: multi_line
|
|
|
|
ordered: true
|
|
|
|
regex:
|
|
|
|
- "Temperature: (.*)"
|
|
|
|
- "Relative Humidity: (.*)"
|
|
|
|
fixture: fixture_i2c_lps22hb
|