Arduino Input Capture Library
This library is intended to attach interrupt on a pin for frequency/time sampling.
- use of MsTimer2 library for AVR architecture
- use of DueTimer library for SAM architecture: Timer0 (-> needs to be reworked if other arm core)
- use of NONE library for ESP8266 architecture
refer to Doxygen generated documentation & example sketches
- SimpleCapture.ino: Capture signal and show result on serial
- CaptureToAnalogic.ino: Capture signal and output scaled results to DAC / PWM (depending board resources)
- TriggeredTickCapture.ino: Using interrupt-able pin for Tick time capture using output pin to generate ticks
Doxygen doc can be generated using "Doxyfile".
See release notes