Skip to content

Commit 8aa8681

Browse files
Fixed typo
1 parent 4a3f09c commit 8aa8681

File tree

1 file changed

+1
-1
lines changed
  • content/micropython/06.communication/spi

1 file changed

+1
-1
lines changed

content/micropython/06.communication/spi/spi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ cs.value(1) # start with CS inactive
7171
def loopback_test(command):
7272
"""
7373
Sends a command (as bytes) over SPI.
74-
IF MOSI and MISO are connected together (loopback), the respons
74+
IF MOSI and MISO are connected together (loopback), the response
7575
will be identical to the command.
7676
"""
7777
# Prepare a response buffer of the same length as the command.

0 commit comments

Comments
 (0)