Hi all, new to the list and avr C programming... first question on here,
about interrupt routines...
In the relevant part of the avr-libc PDF, section 6.20.1, it says :
"An interrupt routine is defined with one of two macros,
INTERRUPT() and SIGNAL(). These macros register and mark the routine as
an interrupt handler for the specified peripheral."
But for the life of me, I can't see anywhere in the rest of the
interrupt section, a single word to explain what the difference between
the two macros is, and their respective purpose/goal. So I can't make an