Removed call to analogPinToChannel for Leonardo

This commit is contained in:
Kristian Sloth Lauszus 2013-04-18 00:07:33 +02:00
parent b9717187fd
commit 8d26462be2
1 changed files with 0 additions and 1 deletions

View File

@ -54,7 +54,6 @@ int analogRead(uint8_t pin)
#endif
#if defined(__AVR_ATmega32U4__)
pin = analogPinToChannel(pin);
ADCSRB = (ADCSRB & ~(1 << MUX5)) | (((pin >> 3) & 0x01) << MUX5);
#elif defined(ADCSRB) && defined(MUX5)
// the MUX5 bit of ADCSRB selects whether we're reading from channels