ATtiny85 Interrupt code

This is the same as ATmega328P.

In the case of external interrupt (a.k.a INT0,1);
The ATmega328P requires a level trigger to get up from a power down.
It doesn't support edge trigger wakeups, same to ATtiny85.