Closed
Description
A while ago, pulseInLong()
was added, but it doesn't seem documented yet. Also, I think pulseIn()
was slightly changed, so that documentation should probably be updated too (perhaps a single page for both, since they mostly work the same?).
See
https://github.com/arduino/Arduino/tree/master/hardware/arduino/avr/cores/arduino/wiring_pulse.c#L63
and
#2495