We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a64c2bd commit 47210d4Copy full SHA for 47210d4
examples/Files/Files.ino
@@ -32,7 +32,7 @@ while (!Serial);
32
33
Serial.print("Initializing SD card...");
34
35
- if (!SD.begin(10)) {
+ if (!SD.begin(chipSelect)) {
36
Serial.println("initialization failed!");
37
while (1);
38
}
0 commit comments