#include #include #include ISR(TIMER1_COMPA_vect) { PORTB ^= 0x01; } int main(void) { DDRB = 0xFF; PORTB = 0xFF; OCR1A = 1799; TCCR1B = 0x0D; TIMSK |= (1<