We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41f8287 commit c4fdeb0Copy full SHA for c4fdeb0
examples/bmp5xx_spi_simpletest.py
@@ -11,7 +11,6 @@
11
SEALEVELPRESSURE_HPA = 1013.25
12
13
# SPI setup
14
-spi = board.SPI() # uses board.SCL and board.SDA
15
spi = board.SPI()
16
cs = DigitalInOut(board.D10)
17
cs.direction = Direction.OUTPUT
0 commit comments