Hi guys,
I am trying to migrate to AvrStudio5... but it is not simple and not so many examples, so I know I have to come to you.
I used the following code in avrstudio4 + winavr, but now not valid anymore.
Could you please help with the new statement to utilize?
Thanks
// USART interrupt call ISR(USARTD0_RXC_vect){ ... } // Pin interrupt call ISR(PORTD_INT0_vect){ ... } // Timer interrupt call ISR(TCF0_OVF_vect){ ... }