Artemis Dev kit Arduino Core how to handle interruptions compatibility ?

Hello

AVR librerires provide the macro ISR to handle interruptions. For instance ;

ISR(TIMER1_COMPA_vect) // attach the TIMER1_COMPA_vect of timer interrupt.

{

// do something

}

However, when I use ISR() in a program for the Artemis Dev kit it does not compile. It is not supported.

What is the equivalent or similar macro for the Artemis Dev kit ?

Thanks a lot

Leonardo

Try with the core @ its github? https://github.com/sparkfun/Arduino_Apo … errupt.ino