We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b2658f1 + c817637 commit 8cd5da2Copy full SHA for 8cd5da2
examples/fxas21002c_simpletest.py
@@ -10,6 +10,7 @@
10
11
# Create sensor object, communicating over the board's default I2C bus
12
i2c = board.I2C() # uses board.SCL and board.SDA
13
+# i2c = board.STEMMA_I2C() # For using the built-in STEMMA QT connector on a microcontroller
14
sensor = adafruit_fxas21002c.FXAS21002C(i2c)
15
# Optionally create the sensor with a different gyroscope range (the
16
# default is 250 DPS, but you can use 500, 1000, or 2000 DPS values):
0 commit comments