소스 검색

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 파일 보기

@@ -59,8 +59,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 {

Loading…
취소
저장