Skip to content

Commit a4ecec6

Browse files
authored
Update README.md
1 parent 67e2647 commit a4ecec6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@ Begin by running the Rp2040SdioSetup example to try RP2040/RP2350 SDIO.
88

99
This example requires a SDIO Card socket with the following six lines.
1010

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-
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.
1514
CLK and CMD can be connected to any GPIO pins. DAT[0:3] can be connected
1615
to any four consecutive GPIO pins in the order DAT0, DAT1, DAT2, DAT3.
1716

0 commit comments

Comments
 (0)