diff --git a/examples/bmp280_normal_mode.py b/examples/bmp280_normal_mode.py index bc1babb..e2ac59c 100644 --- a/examples/bmp280_normal_mode.py +++ b/examples/bmp280_normal_mode.py @@ -17,7 +17,7 @@ # OR Create sensor object, communicating over the board's default SPI bus # spi = busio.SPI() -# bmp_cs = digitalio.DigitalInOut(board.D10) +# bmp_cs = digitalio.DigitalInOut(board.D5) # bmp280 = adafruit_bmp280.Adafruit_BMP280_SPI(spi, bmp_cs) # change this to match the location's pressure (hPa) at sea level diff --git a/examples/bmp280_simpletest.py b/examples/bmp280_simpletest.py index e2b138a..8af6f62 100644 --- a/examples/bmp280_simpletest.py +++ b/examples/bmp280_simpletest.py @@ -16,7 +16,7 @@ # OR Create sensor object, communicating over the board's default SPI bus # spi = board.SPI() -# bmp_cs = digitalio.DigitalInOut(board.D10) +# bmp_cs = digitalio.DigitalInOut(board.D5) # bmp280 = adafruit_bmp280.Adafruit_BMP280_SPI(spi, bmp_cs) # change this to match the location's pressure (hPa) at sea level