projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added explicit ADC channel masks for the standard set of ADC channels, as the single...
[pub/USBasp.git]
/
Demos
/
Device
/
ClassDriver
/
AudioInput
/
AudioInput.c
diff --git
a/Demos/Device/ClassDriver/AudioInput/AudioInput.c
b/Demos/Device/ClassDriver/AudioInput/AudioInput.c
index
eeec921
..
b90ee51
100644
(file)
--- a/
Demos/Device/ClassDriver/AudioInput/AudioInput.c
+++ b/
Demos/Device/ClassDriver/AudioInput/AudioInput.c
@@
-86,7
+86,7
@@
void SetupHardware(void)
ADC_SetupChannel(MIC_IN_ADC_CHANNEL);
\r
\r
/* Start the ADC conversion in free running mode */
\r
ADC_SetupChannel(MIC_IN_ADC_CHANNEL);
\r
\r
/* Start the ADC conversion in free running mode */
\r
- ADC_StartReading(ADC_REFERENCE_AVCC | ADC_RIGHT_ADJUSTED | MIC_IN_ADC_
CHANNEL
);
\r
+ ADC_StartReading(ADC_REFERENCE_AVCC | ADC_RIGHT_ADJUSTED | MIC_IN_ADC_
MUX_MASK
);
\r
}
\r
\r
/** Processes the next audio sample by reading the last ADC conversion and writing it to the audio
\r
}
\r
\r
/** Processes the next audio sample by reading the last ADC conversion and writing it to the audio
\r