I'm trying to use external interrupts int0
and int1
calling the same ISR.
Is there any method in codevisionAvr for this purpose?
Asked
Active
Viewed 136 times
-1

Puck
- 2,080
- 4
- 19
- 30

saeedhosseini
- 82
- 8
1 Answers
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