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 55cc95f + dd135f0 commit 5bdf81fCopy full SHA for 5bdf81f
examples/bme280_normal_mode.py
@@ -12,6 +12,7 @@
12
13
# Create sensor object, using the board's default I2C bus.
14
i2c = board.I2C() # uses board.SCL and board.SDA
15
+# i2c = board.STEMMA_I2C() # For using the built-in STEMMA QT connector on a microcontroller
16
bme280 = adafruit_bme280.Adafruit_BME280_I2C(i2c)
17
18
# OR create sensor object, using the board's default SPI bus.
examples/bme280_simpletest.py
@@ -7,6 +7,7 @@
7
8
9
10
11
0 commit comments