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

[sam] Fixed regression in analogRead() (fails to read multiple channels)

Fixes #1740
This commit is contained in:
Cristian Maglie
2013-12-16 11:06:34 +01:00
parent 2e7b645571
commit a1c4809105
2 changed files with 5 additions and 5 deletions

View File

@ -10,6 +10,7 @@ ARDUINO 1.5.6 BETA
[core]
* sam: Fixed wrap-around bug in delay() (Mark Tillotson)
* sam: Fixed regression in analogRead() (fails to read multiple channels)
ARDUINO 1.5.5 BETA 2013.11.28