瀏覽代碼

Add Teensy LC to WavFilePlayer.ino

dds
Frank Bösing 3 年之前
父節點
當前提交
e6be8886c0
共有 1 個檔案被更改,包括 3 行新增0 行删除
  1. +3
    -0
      examples/WavFilePlayer/WavFilePlayer.ino

+ 3
- 0
examples/WavFilePlayer/WavFilePlayer.ino 查看文件

@@ -36,6 +36,9 @@ AudioPlaySdWav playWav1;
AudioOutputI2S audioOutput;
//AudioOutputSPDIF audioOutput;
//AudioOutputAnalog audioOutput;
//On Teensy LC, use this for the Teensy Audio Shield:
//AudioOutputI2Sslave audioOutput;

AudioConnection patchCord1(playWav1, 0, audioOutput, 0);
AudioConnection patchCord2(playWav1, 1, audioOutput, 1);
AudioControlSGTL5000 sgtl5000_1;

Loading…
取消
儲存