1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Fixed adc_init() function.

See #1418
This commit is contained in:
Cristian Maglie
2013-10-09 15:54:47 +02:00
parent d1d561ddb7
commit 40dce96f11
5 changed files with 87 additions and 36 deletions

View File

@ -12,6 +12,7 @@ ARDUINO 1.5.5 BETA
[core]
* sam: Fixed wrong initialization for ADC timings (analogRead speed Arduino DUE improved by a factor x10)
https://github.com/arduino/Arduino/issues/1418
(http://www.djerickson.com/arduino/)
* avr: Fixed wrong extended fuses on Arduino Yún when using external programmer
* avr: Added yun variant with LED_BUILTIN definition