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 aeeba8a + c7854d3 commit 0ab3124Copy full SHA for 0ab3124
examples/bme680_simpletest.py
@@ -7,6 +7,7 @@
7
8
# Create sensor object, communicating over the board's default I2C bus
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
bme680 = adafruit_bme680.Adafruit_BME680_I2C(i2c, debug=False)
12
13
# change this to match the location's pressure (hPa) at sea level
0 commit comments