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