MCPcopy Create free account
hub / github.com/PaulStoffregen/TimerOne / ISR

Function ISR

TimerOne.cpp:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26// interrupt service routine that wraps a user defined function supplied by attachInterrupt
27#if defined (__AVR_ATtiny85__)
28ISR(TIMER1_COMPA_vect)
29{
30 Timer1.isrCallback();
31}
32#elif defined(__AVR__)
33ISR(TIMER1_OVF_vect)
34{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected