2018-12-04 21:22:35 +08:00
|
|
|
sample:
|
|
|
|
name: LSM6DSL accelerometer and gyrometer sensor
|
|
|
|
tests:
|
2019-03-29 23:44:43 +08:00
|
|
|
sample.sensor.lsm6dsl:
|
2018-12-04 21:22:35 +08:00
|
|
|
harness: console
|
|
|
|
tags: sensors
|
|
|
|
depends_on: lsm6dsl
|
2019-12-03 20:25:37 +08:00
|
|
|
timeout: 15
|
|
|
|
harness_config:
|
|
|
|
type: multi_line
|
|
|
|
ordered: true
|
|
|
|
regex:
|
|
|
|
- "accel x:[-.0-9]* ms/2 y:[-.0-9]* ms/2 z:[-.0-9]* ms/2"
|
|
|
|
- "gyro x:[-.0-9]* dps y:[-.0-9]* dps z:[-.0-9]* dps"
|
|
|
|
- "loop:[0-9]* trig_cnt:[0-9]*"
|