Provides a simple way to capture the wave form of a pin. For example it can be used to capture the digital state transitions of a pin connected to an IR receiver. These signals can later be played back using the Signal Generator library to control IR devices. The library supports two means of capturing the signal. The signal can be captured on any digital pin using polling while for higher resolution and more accurate timing the interrupt driven capture feature can be used.
History
Initial commit of the Signal Capture library
2014-09-27, by taylorza [Sat, 27 Sep 2014 04:04:16 +0000] rev 0
Initial commit of the Signal Capture library