zephyr/boards/shields/mikroe_weather_click/mikroe_weather_click.overlay

15 lines
229 B
Plaintext

/*
* Copyright (c) 2024 Common Ground Electronics
*
* SPDX-License-Identifier: Apache-2.0
*/
&mikrobus_i2c {
status = "okay";
bme280_mikroe_weather_click: bme280@76 {
compatible = "bosch,bme280";
reg = <0x76>;
};
};