aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino/wiring_pulse.c
AgeCommit message (Expand)Author
2015-09-21fix pulseInLong considering overflowMartino Facchin
2015-09-21pulseInLong: fix incorrect timeout handlingMartino Facchin
2015-07-03Removed a handful of SVN expansion keywords. See #277Federico Fissore
2015-05-29Fixed unused variables warnings and indentationCristian Maglie
2015-05-29pulseIn: be consistent with standard APIMartino Facchin
2015-05-29pulseIn: add alternative implementation based on micros()Martino Facchin
2015-05-29pulseIn: modify function to use ASM implementationMartino Facchin
2015-05-29Revert "Temporary fix for pulseIn() regression."Martino Facchin
2015-01-18Temporary fix for pulseIn() regression.Cristian Maglie
2012-12-10fixed permissions on a lot of text files. see #1116Federico Fissore
2010-11-22pulseIn() now times out while measuring the pulse, not just while waiting for...David A. Mellis
2009-11-21Improving third-party hardware support:David A. Mellis
2009-11-07Moving things around.David A. Mellis
2008-11-08Waiting for pulse to start (rising or falling edge) to start timing.David A. Mellis
2008-03-08Added timeout (in microseconds) parameter to pulseIn(). Defaults to 1000000 ...David A. Mellis
2007-10-06Moving hardware/targets to hardware/cores.David A. Mellis