Merge pull request #2869 from Pitel/patch-1

CardInfo typos
This commit is contained in:
Federico Fissore 2015-04-02 11:44:32 +02:00
commit c79c11839a
1 changed files with 2 additions and 2 deletions

View File

@ -55,8 +55,8 @@ void setup()
// since we're just testing if the card is working!
if (!card.init(SPI_HALF_SPEED, chipSelect)) {
Serial.println("initialization failed. Things to check:");
Serial.println("* is a card is inserted?");
Serial.println("* Is your wiring correct?");
Serial.println("* is a card inserted?");
Serial.println("* is your wiring correct?");
Serial.println("* did you change the chipSelect pin to match your shield or module?");
return;
} else {