Skip to content

Commit c4fdeb0

Browse files
committed
remove extra SPI() init
1 parent 41f8287 commit c4fdeb0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/bmp5xx_spi_simpletest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
SEALEVELPRESSURE_HPA = 1013.25
1212

1313
# SPI setup
14-
spi = board.SPI() # uses board.SCL and board.SDA
1514
spi = board.SPI()
1615
cs = DigitalInOut(board.D10)
1716
cs.direction = Direction.OUTPUT

0 commit comments

Comments
 (0)