1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-17 06:52:18 +01:00

Removed call to analogPinToChannel for Leonardo

This commit is contained in:
Kristian Sloth Lauszus 2013-04-18 00:07:33 +02:00
parent 938351bcae
commit 72ec50717d

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