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

sam: Optimized delayMicroseconds() (Rob Tillaart)

See #1121
This commit is contained in:
Cristian Maglie
2013-12-30 12:17:50 +01:00
parent 660c7d86fd
commit 825d8c8455
2 changed files with 3 additions and 1 deletions

View File

@ -11,6 +11,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) (Mark Tillotson)
* sam: Optimized delayMicroseconds() (Rob Tillaart) #1121
* Optimized Print::print(String&) method, now uses internal string buffer to perform block write
ARDUINO 1.5.5 BETA 2013.11.28