diff --git a/targets/arduino/wiring.c b/targets/arduino/wiring.c index 52bac34d4..e6a3fa5a4 100755 --- a/targets/arduino/wiring.c +++ b/targets/arduino/wiring.c @@ -171,7 +171,7 @@ int analogRead(int pin) ADMUX = (ADMUX & (unsigned int) 0xf0) | (ch & (unsigned int) 0x0f); // without a delay, we seem to read from the wrong channel - delay(1); + //delay(1); // start the conversion sbi(ADCSRA, ADSC);