We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5bce99f + 3117ce3 commit a2ef89aCopy full SHA for a2ef89a
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