Hello all,
I am currently using Pin Change Interrupt 1
[code:1:90d0624772]
Pcmsk0 = &B00000010 'set mask for port pin used
On Pcint0 Isr_tamper
Enable Pcint0
[/code:1:90d0624772]
Now I need to use another PCINT0.
I think the Pcmsk0 code would be : Pcmsk0 = &B00000011 'set mask for port pin used
But how to program when the even occurs - since it could be either?
Tim
[b:90d0624772][color=red:90d0624772](BASCOM-AVR version : 2.0.7.7 )[/b:90d0624772][/color:90d0624772]
↧