reference-en icon indicating copy to clipboard operation
reference-en copied to clipboard

ISR routine documentation

Open brycecherry75 opened this issue 4 years ago • 0 comments

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.

brycecherry75 avatar Nov 16 '20 07:11 brycecherry75