浏览代码

Fix typos in CardInfo example

main
PaulStoffregen 9 年前
父节点
当前提交
d88be0a982
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      examples/CardInfo/CardInfo.ino

+ 2
- 2
examples/CardInfo/CardInfo.ino 查看文件

// since we're just testing if the card is working! // since we're just testing if the card is working!
if (!card.init(SPI_HALF_SPEED, chipSelect)) { if (!card.init(SPI_HALF_SPEED, chipSelect)) {
Serial.println("initialization failed. Things to check:"); 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?"); Serial.println("* did you change the chipSelect pin to match your shield or module?");
return; return;
} else { } else {

正在加载...
取消
保存