Skip to content

Commit 34a8185

Browse files
committed
Updated comments in SD_time.ino
1 parent 75e59f7 commit 34a8185

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: libraries/SD/examples/SD_time/SD_time.ino

+2-2
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 only the CS pin with `SD.begin(CSpin)` and keep the default settings for other pins.
2424
*
2525
* +--------------+---------+-------+----------+----------+----------+
2626
* | SPI Pin Name | ESP8266 | ESP32 | ESP32-S2 | ESP32-C3 | ESP32-S3 |

0 commit comments

Comments
 (0)