Open
Description
Notably absent in Arduino documentation is the listing of available ISR routines for a particular interrupt and microcontroller e.g. ISR(TIM0_OVF_vect) is the Timer 0 Overflow interrupt vector.
For each board officially supported by the Arduino IDE, a listing of each ISR with a brief description would be helpful.