The overlay file defines an i2c interface for the Feather nRF52840 Express and the Adafruit BME680. Also adds the platform to the test build configuration. Signed-off-by: Patrick K. Moffitt <patrick@moffitt.com>
8 lines
179 B
YAML
8 lines
179 B
YAML
sample:
|
|
name: BME680 Sensor sample
|
|
tests:
|
|
sample.sensor.bme680:
|
|
harness: sensor
|
|
tags: samples sensor
|
|
platform_allow: nrf52840dk_nrf52840 adafruit_feather_nrf52840
|