1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-29 18:52:13 +01:00

update revisions log

This commit is contained in:
Cristian Maglie 2015-05-29 18:12:05 +02:00
parent cd9d30a8fe
commit 94a182e841

View File

@ -27,6 +27,7 @@ ARDUINO 1.6.5
* SAM: added watchdog routine for Due. Thanks @bobc
* AVR+SAM: reworked pulseIn() function to become GCC agnostic
* AVR+SAM: added pulseInLong() (based on micros()) to help getting good results in interrupt-prone environments
* AVR: fixed regression in HardwareSerial.flush(). Thanks @chromhelm
ARDUINO 1.6.4 - 2015.05.06