Skip to content

Commit dc5fc60

Browse files
committed
Updated table in SD_SPI
1 parent 825c50d commit dc5fc60

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

libraries/SD/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@ Image source: [Wikipedia](https://upload.wikimedia.org/wikipedia/commons/thumb/a
1616
Some ESP32 modules have different pin outs!
1717

1818
## Default SPI pins:
19-
Note that SPI pins can be configured before using `SPI.begin(sck, miso, mosi, cs);` alternatively you can change only the CS pin with `SD.begin(CSpin)`
19+
Note that SPI pins can be configured by using `SPI.begin(sck, miso, mosi, cs);` alternatively you can change only the CS pin with `SD.begin(CSpin)`
2020

2121
+--------------+---------+-------+----------+----------+----------+
2222
| SPI Pin Name | ESP8266 | ESP32 | ESP32-S2 | ESP32-C3 | ESP32-S3 |
2323
+==============+=========+=======+==========+==========+==========+
24-
| CS | GPIO15 | GPIO5 | GPIO5 | GPIO13 | GPIO13 |
24+
| CS (SS) | GPIO15 | GPIO5 | GPIO5 | GPIO13 | GPIO13 |
2525
+--------------+---------+-------+----------+----------+----------+
26-
| MOSI | GPIO13 | GPIO23| GPIO24 | GPIO14 | GPIO14 |
26+
| DI (MOSI) | GPIO13 | GPIO23| GPIO24 | GPIO14 | GPIO14 |
2727
+--------------+---------+-------+----------+----------+----------+
28-
| MISO | GPIO12 | GPIO19| GPIO25 | GPIO15 | GPIO15 |
28+
| DO (MISO) | GPIO12 | GPIO19| GPIO25 | GPIO15 | GPIO15 |
2929
+--------------+---------+-------+----------+----------+----------+
30-
| CLK | GPIO14 | GPIO18| GPIO19 | GPIO16 | GPIO16 |
30+
| SCK (SCLK) | GPIO14 | GPIO18| GPIO19 | GPIO16 | GPIO16 |
3131
+--------------+---------+-------+----------+----------+----------+
3232

3333
## FAQ:

0 commit comments

Comments
 (0)