Convert mcp9808 sensor driver and sample app to utilize device tree. Introduce a dts board overlay on the frdm_k64f board to ensure we at least have a single platform in which the sample gets built. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
9 lines
184 B
YAML
9 lines
184 B
YAML
sample:
|
|
name: MCP9808 Temperature Sensor
|
|
tests:
|
|
sample.sensor.mcp9808:
|
|
harness: sensor
|
|
tags: sensors
|
|
depends_on: i2c
|
|
filter: dt_compat_enabled("microchip,mcp9808")
|