File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1717
1818# OR Create sensor object, communicating over the board's default SPI bus
1919# spi = busio.SPI()
20- # bmp_cs = digitalio.DigitalInOut(board.D10 )
20+ # bmp_cs = digitalio.DigitalInOut(board.D5 )
2121# bmp280 = adafruit_bmp280.Adafruit_BMP280_SPI(spi, bmp_cs)
2222
2323# change this to match the location's pressure (hPa) at sea level
Original file line number Diff line number Diff line change 1616
1717# OR Create sensor object, communicating over the board's default SPI bus
1818# spi = board.SPI()
19- # bmp_cs = digitalio.DigitalInOut(board.D10 )
19+ # bmp_cs = digitalio.DigitalInOut(board.D5 )
2020# bmp280 = adafruit_bmp280.Adafruit_BMP280_SPI(spi, bmp_cs)
2121
2222# change this to match the location's pressure (hPa) at sea level
You can’t perform that action at this time.
0 commit comments