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 17
17
18
18
# OR Create sensor object, communicating over the board's default SPI bus
19
19
# spi = busio.SPI()
20
- # bmp_cs = digitalio.DigitalInOut(board.D10 )
20
+ # bmp_cs = digitalio.DigitalInOut(board.D5 )
21
21
# bmp280 = adafruit_bmp280.Adafruit_BMP280_SPI(spi, bmp_cs)
22
22
23
23
# change this to match the location's pressure (hPa) at sea level
Original file line number Diff line number Diff line change 16
16
17
17
# OR Create sensor object, communicating over the board's default SPI bus
18
18
# spi = board.SPI()
19
- # bmp_cs = digitalio.DigitalInOut(board.D10 )
19
+ # bmp_cs = digitalio.DigitalInOut(board.D5 )
20
20
# bmp280 = adafruit_bmp280.Adafruit_BMP280_SPI(spi, bmp_cs)
21
21
22
22
# change this to match the location's pressure (hPa) at sea level
You can’t perform that action at this time.
0 commit comments