index
:
arduino-avr-xinput
master
A fork of Dmadison's Xinput Arduino avr core with a package.json
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cores
/
arduino
/
wiring_pulse.c
Age
Commit message (
Expand
)
Author
2015-09-21
fix pulseInLong considering overflow
Martino Facchin
2015-09-21
pulseInLong: fix incorrect timeout handling
Martino Facchin
2015-07-03
Removed a handful of SVN expansion keywords. See #277
Federico Fissore
2015-05-29
Fixed unused variables warnings and indentation
Cristian Maglie
2015-05-29
pulseIn: be consistent with standard API
Martino Facchin
2015-05-29
pulseIn: add alternative implementation based on micros()
Martino Facchin
2015-05-29
pulseIn: modify function to use ASM implementation
Martino Facchin
2015-05-29
Revert "Temporary fix for pulseIn() regression."
Martino Facchin
2015-01-18
Temporary fix for pulseIn() regression.
Cristian Maglie
2012-12-10
fixed permissions on a lot of text files. see #1116
Federico Fissore
2010-11-22
pulseIn() now times out while measuring the pulse, not just while waiting for...
David A. Mellis
2009-11-21
Improving third-party hardware support:
David A. Mellis
2009-11-07
Moving things around.
David A. Mellis
2008-11-08
Waiting for pulse to start (rising or falling edge) to start timing.
David A. Mellis
2008-03-08
Added timeout (in microseconds) parameter to pulseIn(). Defaults to 1000000 ...
David A. Mellis
2007-10-06
Moving hardware/targets to hardware/cores.
David A. Mellis