We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f79a6c5 commit f34dc93Copy full SHA for f34dc93
libraries/SD/examples/CardInfo/CardInfo.ino
@@ -55,8 +55,8 @@ void setup()
55
// since we're just testing if the card is working!
56
if (!card.init(SPI_HALF_SPEED, chipSelect)) {
57
Serial.println("initialization failed. Things to check:");
58
- Serial.println("* is a card is inserted?");
59
- Serial.println("* Is your wiring correct?");
+ Serial.println("* is a card inserted?");
+ Serial.println("* is your wiring correct?");
60
Serial.println("* did you change the chipSelect pin to match your shield or module?");
61
return;
62
} else {
0 commit comments