Skip to content

Commit b9e41db

Browse files
committed
s/bme/bmp in examples/bmp280_normal_mode.py
1 parent 921d4f0 commit b9e41db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/bmp280_normal_mode.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515

1616
# OR create library object using our Bus SPI port
1717
#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)
18+
#bmp_cs = digitalio.DigitalInOut(board.D10)
19+
#bmp280 = adafruit_bmp280.Adafruit_BMP280_SPI(spi, bmp_cs)
2020

2121
# change this to match the location's pressure (hPa) at sea level
2222
bmp280.sea_level_pressure = 1013.25

0 commit comments

Comments
 (0)