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.
2 parents 84d60d8 + 47210d4 commit e682e42Copy full SHA for e682e42
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