We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2651d73 + 2a3d158 commit 9517905Copy full SHA for 9517905
examples/bmp280_normal_mode.py
@@ -17,7 +17,7 @@
17
18
# OR Create sensor object, communicating over the board's default SPI bus
19
# spi = busio.SPI()
20
-# bmp_cs = digitalio.DigitalInOut(board.D10)
+# bmp_cs = digitalio.DigitalInOut(board.D5)
21
# bmp280 = adafruit_bmp280.Adafruit_BMP280_SPI(spi, bmp_cs)
22
23
# change this to match the location's pressure (hPa) at sea level
examples/bmp280_simpletest.py
@@ -16,7 +16,7 @@
16
# spi = board.SPI()
0 commit comments