Skip to content

Commit f99f848

Browse files
Update libraries/SD/examples/SD_Test/SD_Test.ino
Co-authored-by: Lucas Saavedra Vaz <lucassvaz@yahoo.com.br>
1 parent 20d20a9 commit f99f848

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/SD/examples/SD_Test/SD_Test.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
* | █/
2020
* |__▍___▊___█___█___█___█___█___█___/
2121
*
22-
* Note: that SPI pins can be configured by using `SPI.begin(sck, miso, mosi, cs);`
23-
* alternatively you can change only the CS pin with `SD.begin(CSpin)`
22+
* Note: The SPI pins can be manually configured by using `SPI.begin(sck, miso, mosi, cs).`
23+
* Alternatively, you can change the CS pin and use the other default settings by using `SD.begin(cs)`.
2424
*
2525
* +--------------+---------+-------+----------+----------+----------+
2626
* | SPI Pin Name | ESP8266 | ESP32 | ESP32-S2 | ESP32-C3 | ESP32-S3 |

0 commit comments

Comments
 (0)