mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 12:14:32 +02:00
Merge branch 'feature/sdio_example_gpio_doc' into 'master'
Enhanced readability in README.md (port from Github PR) See merge request idf/esp-idf!3883
This commit is contained in:
@@ -25,17 +25,15 @@ is okay in 1-bit mode to leave DAT3 of host disconnected.
|
|||||||
Please run wires between the slave and master to make the example function
|
Please run wires between the slave and master to make the example function
|
||||||
(pins are the same for the host and the slave):
|
(pins are the same for the host and the slave):
|
||||||
|
|
||||||
======== =========
|
| Signal | GPIO NUM |
|
||||||
Signal GPIO NUM
|
|--------|----------|
|
||||||
======== =========
|
| CLK | GPIO-14 |
|
||||||
CLK GPIO14
|
| CMD | GPIO-15 |
|
||||||
CMD GPIO15
|
| DAT0 | GPIO-2 |
|
||||||
DAT0 GPIO2
|
| DAT1 | GPIO-4 |
|
||||||
DAT1 GPIO4
|
| DAT2 | GPIO-12 |
|
||||||
DAT2 GPIO12
|
| DAT3 | GPIO-13 |
|
||||||
DAT3 GPIO13
|
| Ground | GND |
|
||||||
Ground GND
|
|
||||||
======== =========
|
|
||||||
|
|
||||||
CMD and DAT0-3 lines require to be pulled up by 50KOhm resistors even in
|
CMD and DAT0-3 lines require to be pulled up by 50KOhm resistors even in
|
||||||
1-bit mode. See *Board Compability* below for details. In 1-bit mode, the
|
1-bit mode. See *Board Compability* below for details. In 1-bit mode, the
|
||||||
|
Reference in New Issue
Block a user