zephyr/samples/sensor/tmp11x/sample.yaml
Jeppe Odgaard 231b2a0c19 drivers: sensor: rename tmp116 to tmp11x
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>
2025-04-11 16:17:35 +02:00

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