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 921d4f0 commit b9e41dbCopy full SHA for b9e41db
examples/bmp280_normal_mode.py
@@ -15,8 +15,8 @@
15
16
# OR create library object using our Bus SPI port
17
#spi = busio.SPI(board.SCK, board.MOSI, board.MISO)
18
-#bme_cs = digitalio.DigitalInOut(board.D10)
19
-#bme280 = adafruit_bme280.Adafruit_BME280_SPI(spi, bme_cs)
+#bmp_cs = digitalio.DigitalInOut(board.D10)
+#bmp280 = adafruit_bmp280.Adafruit_BMP280_SPI(spi, bmp_cs)
20
21
# change this to match the location's pressure (hPa) at sea level
22
bmp280.sea_level_pressure = 1013.25
0 commit comments