We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67e2647 commit a4ecec6Copy full SHA for a4ecec6
README.md
@@ -8,10 +8,9 @@ Begin by running the Rp2040SdioSetup example to try RP2040/RP2350 SDIO.
8
9
This example requires a SDIO Card socket with the following six lines.
10
11
-CLK - A clock signal sent to the card by the MCU.
12
-CMD - A bidirectional line for for commands and responses.
13
-DAT[0:3] - Four bidirectional lines for data transfer.
14
-
+* CLK - A clock signal sent to the card by the MCU.
+* CMD - A bidirectional line for for commands and responses.
+* DAT[0:3] - Four bidirectional lines for data transfer.
15
CLK and CMD can be connected to any GPIO pins. DAT[0:3] can be connected
16
to any four consecutive GPIO pins in the order DAT0, DAT1, DAT2, DAT3.
17
0 commit comments