Unverified Commit 12f8db6a authored by Wolle's avatar Wolle Committed by GitHub

Update synchronised_lyrics.ino

parent 22bf53e3
......@@ -55,7 +55,7 @@ void setup() {
Serial.println("Card Mount Failed");
return;
}
audio.setPinout(I2S_BCLK, I2S_LRC, I2S_DOUT, -1, -1);
audio.setPinout(I2S_BCLK, I2S_LRC, I2S_DOUT);
audio.setVolume(10); // 0...21
audio.connecttoFS(SD_MMC, "/Little London Girl(lyrics).mp3");
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment