#include "avr/io.h" int main ( ) { DDRA = 0xFF; DDRB = 0xFF; PORTD = 0xFF; while(1) { TCCR1A = 0; TCCR1B = 0x41; while ((TIFR&(1<