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.
2 parents ad68f55 + c6d3b35 commit 49bb2c0Copy full SHA for 49bb2c0
examples/lsm9ds1_simpletest.py
@@ -9,6 +9,7 @@
9
10
# Create sensor object, communicating over the board's default I2C bus
11
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
sensor = adafruit_lsm9ds1.LSM9DS1_I2C(i2c)
14
15
# SPI connection:
0 commit comments