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 0baf6d0 + 1b46222 commit 183e7b4Copy full SHA for 183e7b4
examples/bme280_normal_mode.py
@@ -17,7 +17,7 @@
17
18
# OR create sensor object, using the board's default SPI bus.
19
# SPI setup
20
-# from digitalio import DigitalInOut
+# import digitalio
21
# spi = board.SPI()
22
# bme_cs = digitalio.DigitalInOut(board.D10)
23
# bme280 = adafruit_bme280.Adafruit_BME280_SPI(spi, bme_cs)
examples/bme280_simpletest.py
@@ -11,6 +11,7 @@
11
bme280 = adafruit_bme280.Adafruit_BME280_I2C(i2c)
12
13
14
15
16
0 commit comments