The tmp116 sensor driver also supports tmp117 and tmp119. Therefore rename to indicate that is supports a range of tmp devices. Signed-off-by: Jeppe Odgaard <jeppe.odgaard@prevas.dk>
16 lines
329 B
YAML
16 lines
329 B
YAML
sample:
|
|
name: TI TMP11X Sensor Sample
|
|
tests:
|
|
sample.sensor.tmp11x:
|
|
harness: console
|
|
platform_allow: nucleo_f401re
|
|
integration_platforms:
|
|
- nucleo_f401re
|
|
tags: sensors
|
|
depends_on: i2c
|
|
harness_config:
|
|
type: one_line
|
|
regex:
|
|
- "temp is (.*) oC"
|
|
fixture: fixture_i2c_tmp11x
|