#include "avr/io.h" int main () { DDRD = DDRD |(1<<5); TCCR1B = 0x01; while (1) TCCR1A = 0x48; }