Skip to content

Commit

Permalink
samples: sensors: bme280: Add lp_em_cc2340r5 overlay
Browse files Browse the repository at this point in the history
Add lp_em_cc2340r5 overlay in bme280 sensors sample.

Signed-off-by: Stoyan Bogdanov <[email protected]>
  • Loading branch information
bogdanovs committed Jan 24, 2025
1 parent c5f2267 commit 38e32dc
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions samples/sensor/bme280/boards/lp_em_cc2340r5.overlay
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/*
* Copyright (c) 2024 Baylibre, SAS
*
* SPDX-License-Identifier: Apache-2.0
*/

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

0 comments on commit 38e32dc

Please sign in to comment.