#include #include #include ISR(TIMER2_OVF_vect) { PORTB ^= 0x01; } int main(void) { DDRB = 0xFF; PORTB = 0xFF; ASSR |= (1<