atMETEO
An ATmega based weather station
List of all members
Avr::internal::TimerInputCaptureBase Class Referenceabstract

Internal base class for Avr::TimerInputCapture. More...

#include <timer.h>

Detailed Description

Internal base class for Avr::TimerInputCapture.

The construct with the base class is necessary because there is currently no known way to introduce an interrupt service routine in a class template. Avr::TimerInputCapture needs to implement an interrupt service routine for the input capture interrupt in order to be functional.

Note
This class cannot be used directly.

The documentation for this class was generated from the following file: