Skip to content

Commit

Permalink
Fix Mardown table format error (#8640)
Browse files Browse the repository at this point in the history
  • Loading branch information
raspiduino authored Oct 4, 2023
1 parent 451bfc0 commit a90b251
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions libraries/SD/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,12 @@ Some ESP32 modules have different pin outs!
## Default SPI pins:
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)`

+--------------+---------+-------+----------+----------+----------+
| SPI Pin Name | ESP8266 | ESP32 | ESP32-S2 | ESP32-C3 | ESP32-S3 |
+==============+=========+=======+==========+==========+==========+
|--------------|---------|-------|----------|----------|----------|
| CS (SS) | GPIO15 | GPIO5 | GPIO5 | GPIO13 | GPIO13 |
+--------------+---------+-------+----------+----------+----------+
| DI (MOSI) | GPIO13 | GPIO23| GPIO24 | GPIO14 | GPIO14 |
+--------------+---------+-------+----------+----------+----------+
| DO (MISO) | GPIO12 | GPIO19| GPIO25 | GPIO15 | GPIO15 |
+--------------+---------+-------+----------+----------+----------+
| SCK (SCLK) | GPIO14 | GPIO18| GPIO19 | GPIO16 | GPIO16 |
+--------------+---------+-------+----------+----------+----------+

## FAQ:

Expand Down

0 comments on commit a90b251

Please sign in to comment.