Skip to content

Commit 4254c14

Browse files
Update examples/bme280_normal_mode.py
Co-authored-by: Scott Shawcroft <[email protected]>
1 parent 3e3e5cf commit 4254c14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/bme280_normal_mode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"""
99
import time
1010
import board
11-
from adafruit_bme280 import advanced
11+
import adafruit_bme280.advanced as adafruit_bme280
1212

1313
# Create sensor object, using the board's default I2C bus.
1414
i2c = board.I2C() # uses board.SCL and board.SDA

0 commit comments

Comments
 (0)