We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8c7cf0 commit e924532Copy full SHA for e924532
examples/bno08x_quaternion_service.py
@@ -8,7 +8,8 @@
8
from adafruit_ble_adafruit.quaternion_service import QuaternionService
9
from adafruit_bno08x import BNO08X
10
11
-i2c = board.I2C()
+i2c = board.I2C() # uses board.SCL and board.SDA
12
+# i2c = board.STEMMA_I2C() # For using the built-in STEMMA QT connector on a microcontroller
13
bno = BNO08X(i2c)
14
15
quat_svc = QuaternionService()
0 commit comments