Introduce a dts board overlay on the nucleo_l053r8 board as this board was used for testing addition of resolution setting on the mcp9808 sensor driver. Signed-off-by: Steven Daglish <s.c.daglish@gmail.com>
10 lines
218 B
YAML
10 lines
218 B
YAML
sample:
|
|
name: MCP9808 Temperature Sensor
|
|
tests:
|
|
sample.sensor.mcp9808:
|
|
harness: sensor
|
|
tags: sensors
|
|
depends_on: i2c
|
|
filter: dt_compat_enabled("microchip,mcp9808")
|
|
platform_allow: nucleo_l053r8
|