We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4ac64d0 + a4e5775 commit c1c7ff2Copy full SHA for c1c7ff2
examples/bmp3xx_simpletest.py
@@ -7,6 +7,7 @@
7
8
# 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
bmp = adafruit_bmp3xx.BMP3XX_I2C(i2c)
12
13
# SPI setup
0 commit comments