From b590d4898f64ae339ee7e4c25391c320f925ff02 Mon Sep 17 00:00:00 2001 From: Martino Facchin Date: Fri, 29 May 2015 15:55:50 +0200 Subject: [PATCH] update revisions.txt --- build/shared/revisions.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index 107bc4d8f..206f4cf0d 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -22,6 +22,8 @@ ARDUINO 1.6.5 * AVR: delayMicroseconds(..), added support for 1Mhz, 12Mhz and 24Mhz. Thanks @cano64 * AVR: added missing case in detachInterrupt(). Thanks @leres, @vicatcu * 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 ARDUINO 1.6.4 - 2015.05.06