We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b696c4 commit a5a8aeaCopy full SHA for a5a8aea
examples/bme680_simpletest.py
@@ -1,7 +1,7 @@
1
import time
2
+import board
3
from busio import I2C
4
import adafruit_bme680
-import board
5
6
# Create library object using our Bus I2C port
7
i2c = I2C(board.SCL, board.SDA)
0 commit comments