There was an error while loading. Please reload this page.
2 parents 2983f34 + dfe2148 commit 10809c8Copy full SHA for 10809c8
examples/l3gd20_simpletest.py
@@ -7,6 +7,7 @@
7
8
# Hardware I2C setup:
9
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
# Initializes L3GD20 object using default range, 250dps
12
SENSOR = adafruit_l3gd20.L3GD20_I2C(I2C)
13
# Initialize L3GD20 object using a custom range and output data rate (ODR).
0 commit comments