Skip to content

Commit 4153d10

Browse files
authored
Update README.rst
1 parent c3280d6 commit 4153d10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ Usage Example
4040
4141
displayio.release_displays()
4242
43+
spi = board.SPI()
4344
while not spi.try_lock():
4445
pass
45-
spi = board.SPI()
4646
spi.configure(baudrate=24000000) # Configure SPI for 24MHz
4747
spi.unlock()
4848
tft_cs = board.D5

0 commit comments

Comments
 (0)