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) (Mark Tillotson)

See #1740 #1634

http://forum.arduino.cc/index.php?topic=203322.msg1509907#msg1509907
This commit is contained in:
Cristian Maglie
2013-12-17 22:51:57 +01:00
parent a1c4809105
commit b530742603
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +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)
* sam: Fixed regression in analogRead() (fails to read multiple channels) (Mark Tillotson)
ARDUINO 1.5.5 BETA 2013.11.28