Fix Mardown table format error (#8640)
This commit is contained in:
parent
451bfc0198
commit
a90b251e6d
1 changed files with 1 additions and 6 deletions
|
|
@ -18,17 +18,12 @@ Some ESP32 modules have different pin outs!
|
||||||
## Default SPI pins:
|
## 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)`
|
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 |
|
| SPI Pin Name | ESP8266 | ESP32 | ESP32-S2 | ESP32-C3 | ESP32-S3 |
|
||||||
+==============+=========+=======+==========+==========+==========+
|
|--------------|---------|-------|----------|----------|----------|
|
||||||
| CS (SS) | GPIO15 | GPIO5 | GPIO5 | GPIO13 | GPIO13 |
|
| CS (SS) | GPIO15 | GPIO5 | GPIO5 | GPIO13 | GPIO13 |
|
||||||
+--------------+---------+-------+----------+----------+----------+
|
|
||||||
| DI (MOSI) | GPIO13 | GPIO23| GPIO24 | GPIO14 | GPIO14 |
|
| DI (MOSI) | GPIO13 | GPIO23| GPIO24 | GPIO14 | GPIO14 |
|
||||||
+--------------+---------+-------+----------+----------+----------+
|
|
||||||
| DO (MISO) | GPIO12 | GPIO19| GPIO25 | GPIO15 | GPIO15 |
|
| DO (MISO) | GPIO12 | GPIO19| GPIO25 | GPIO15 | GPIO15 |
|
||||||
+--------------+---------+-------+----------+----------+----------+
|
|
||||||
| SCK (SCLK) | GPIO14 | GPIO18| GPIO19 | GPIO16 | GPIO16 |
|
| SCK (SCLK) | GPIO14 | GPIO18| GPIO19 | GPIO16 | GPIO16 |
|
||||||
+--------------+---------+-------+----------+----------+----------+
|
|
||||||
|
|
||||||
## FAQ:
|
## FAQ:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue