Commit b8285a58 authored by Aaron Tsui's avatar Aaron Tsui Committed by Maureen Helm
Browse files

samples: sensor: bme280: add arduino_101_sss.overlay



Add an overlay file, build out of the box for arduino_101 board.

Signed-off-by: default avatarAaron Tsui <aaron.tsui@outlook.com>
parent 0b46eb26
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
/*
 * Copyright (c) 2019 Linaro Limited
 *
 * SPDX-License-Identifier: Apache-2.0
 */

&i2c0 {
	bme280@76 {
		compatible = "bosch,bme280";
		reg = <0x76>;
		label = "BME280";
	};
};