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 4a3f09c commit 8aa8681Copy full SHA for 8aa8681
content/micropython/06.communication/spi/spi.md
@@ -71,7 +71,7 @@ cs.value(1) # start with CS inactive
71
def loopback_test(command):
72
"""
73
Sends a command (as bytes) over SPI.
74
- IF MOSI and MISO are connected together (loopback), the respons
+ IF MOSI and MISO are connected together (loopback), the response
75
will be identical to the command.
76
77
# Prepare a response buffer of the same length as the command.
0 commit comments