Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Commit

Permalink
sd_begin.ino use PIN_AUDIO_KIT_SD_CARD_CS
Browse files Browse the repository at this point in the history
  • Loading branch information
pschatzmann committed Sep 25, 2023
1 parent 0a935d3 commit b8b9bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/sd_begin/sd_begin.ino
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ AudioKit kit;

void setup(){
Serial.begin(115200);
if(!SD.begin(kit.pinSpiCs(), AUDIOKIT_SD_SPI)){
if(!SD.begin(PIN_AUDIO_KIT_SD_CARD_CS, AUDIOKIT_SD_SPI)){
Serial.println("Card Mount Failed");
return;
} else {
Expand Down

0 comments on commit b8b9bb2

Please sign in to comment.