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.
1 parent 6aab3b0 commit 1b46222Copy full SHA for 1b46222
examples/bme280_simpletest.py
@@ -11,6 +11,7 @@
11
bme280 = adafruit_bme280.Adafruit_BME280_I2C(i2c)
12
13
# OR create sensor object, using the board's default SPI bus.
14
+# import digitalio
15
# spi = board.SPI()
16
# bme_cs = digitalio.DigitalInOut(board.D10)
17
# bme280 = adafruit_bme280.Adafruit_BME280_SPI(spi, bme_cs)
0 commit comments