Browse Source

Fix PassThroughAnalog example

dds
PaulStoffregen 11 years ago
parent
commit
886b2f63b7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      examples/PassThroughAnalog/PassThroughAnalog.ino

+ 1
- 1
examples/PassThroughAnalog/PassThroughAnalog.ino View File

// //
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…
Cancel
Save