瀏覽代碼

Fix PassThroughAnalog example

dds
PaulStoffregen 11 年之前
父節點
當前提交
886b2f63b7
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      examples/PassThroughAnalog/PassThroughAnalog.ino

+ 1
- 1
examples/PassThroughAnalog/PassThroughAnalog.ino 查看文件

// //
AudioConnection c1(analogPinInput, 0, audioOutput, 0); AudioConnection c1(analogPinInput, 0, audioOutput, 0);
AudioConnection c2(analogPinInput, 0, audioOutput, 1); AudioConnection c2(analogPinInput, 0, audioOutput, 1);
AudioConnection c3(audioInput, 0, pwmOutput, 0);
AudioConnection c3(analogPinInput, 0, pwmOutput, 0);


// Create an object to control the audio shield. // Create an object to control the audio shield.
// //

Loading…
取消
儲存