]> granicus.if.org Git - esp-idf/commitdiff
Enhanced readability in README.md
authorThisNameIsNotAllowed <ThisNameIsNotAllowed@users.noreply.github.com>
Tue, 27 Nov 2018 07:25:20 +0000 (08:25 +0100)
committermichael <xiaoxufeng@espressif.com>
Tue, 4 Dec 2018 13:20:32 +0000 (21:20 +0800)
Changed text based GPIO-list to some table based version.
This should enhance the readability.

Resolves https://github.com/espressif/esp-idf/pull/2749

examples/peripherals/sdio/README.md

index 9c8adfa291444ae65546b9260bdb8a92f0337525..737f6c7611038a6f8f83bd634db9ff2fbbf2043e 100644 (file)
@@ -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
 (pins are the same for the host and the slave):
 
-======== =========
- Signal   GPIO NUM
-======== =========
- CLK      GPIO14  
- CMD      GPIO15  
- DAT0     GPIO2   
- DAT1     GPIO4   
- DAT2     GPIO12
- DAT3     GPIO13
- Ground   GND     
-======== =========
+| Signal | GPIO NUM |
+|--------|----------|
+| CLK    | GPIO-14  |
+| CMD    | GPIO-15  |
+| DAT0   | GPIO-2   |
+| DAT1   | GPIO-4   |
+| DAT2   | GPIO-12  |
+| DAT3   | GPIO-13  |
+| Ground | GND      |
 
 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