We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2af2961 commit b590d48Copy full SHA for b590d48
build/shared/revisions.txt
@@ -22,6 +22,8 @@ ARDUINO 1.6.5
22
* AVR: delayMicroseconds(..), added support for 1Mhz, 12Mhz and 24Mhz. Thanks @cano64
23
* AVR: added missing case in detachInterrupt(). Thanks @leres, @vicatcu
24
* SAM: added watchdog routine for Due. Thanks @bobc
25
+* AVR+SAM: reworked pulseIn() function to become GCC agnostic
26
+* AVR+SAM: added pulseInLong() (based on micros()) to help getting good results in interrupt-prone environments
27
28
ARDUINO 1.6.4 - 2015.05.06
29
0 commit comments