Skip to content

SMFSW/CaptureTimer

Repository files navigation

CaptureTimer Build Status

Arduino Input Capture Library

This library is intended to attach interrupt on a pin for frequency/time sampling.

Notes

  • 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

Usage

refer to Doxygen generated documentation & example sketches

Examples included

Documentation

Doxygen doc can be generated using "Doxyfile".

See generated documentation

Release Notes

See release notes