-1

I'm trying to use external interrupts int0 and int1 calling the same ISR. Is there any method in codevisionAvr for this purpose?

Puck
  • 2,080
  • 4
  • 19
  • 30

1 Answers1

1

Don't know that IDE. There might be an easy way, but a simple workaround is to put the code in another function that both ISRs call.

UncleO
  • 8,299
  • 21
  • 29