소스 검색

Change PassThroughAnalog to follow analog pin name convention

dds
PaulStoffregen 11 년 전
부모
커밋
ef55379cbf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      examples/PassThroughAnalog/PassThroughAnalog.ino

+ 1
- 1
examples/PassThroughAnalog/PassThroughAnalog.ino 파일 보기

@@ -6,7 +6,7 @@
// Create the Audio components. These should be created in the
// order data flows, inputs/sources -> processing -> outputs
//
AudioInputAnalog analogPinInput(16); // analog A2 (pin 16)
AudioInputAnalog analogPinInput(A2); // analog A2 (pin 16)
AudioOutputI2S audioOutput; // audio shield: headphones & line-out
AudioOutputPWM pwmOutput; // audio output with PWM on pins 3 & 4


Loading…
취소
저장