Hi !
I am working on ATZB-A24-UFLRB module, so it's about ATmega1281.
Reading it's datashet p.52 :
http://www.atmel.com/images/doc2549.pdf
wake-up sources are INT7:0 and Pin Change (or PCINT as I understand).
Now, can I use for example PCINT5 (pin PB5) as a wake up source?
If so, how to do that?
Reading datasheet p.105 interrupt vectors there is no PCINT5,
so I can't write
ISR(PCINT5_vect) { }
I'm confused here so help is needed.
Thank you, guys !