We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a7c29bd + 7d46cef commit a512a28Copy full SHA for a512a28
examples/bno055_simpletest.py
@@ -6,7 +6,8 @@
6
import adafruit_bno055
7
8
9
-i2c = board.I2C()
+i2c = board.I2C() # uses board.SCL and board.SDA
10
+# i2c = board.STEMMA_I2C() # For using the built-in STEMMA QT connector on a microcontroller
11
sensor = adafruit_bno055.BNO055_I2C(i2c)
12
13
# If you are going to use UART uncomment these lines
0 commit comments