SparkFun Forums 

Where electronics enthusiasts find answers.

Topics pertaining to the Arduino Core & software used with the Artemis module and Artemis development boards.
#235033
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
 Topic permissions

You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum