Can i use "attachInterrupt()" with non external interrupts INT0/ INT1 as e.g. the internal interrupt "ADC" (ADC conversion complete).
How such a code line is designed ?
Or is it eneogh to put an ISR routine in the code ?
e.g.
ISR(SIG_ADC) {
.......
}