#include "avr/io.h" int main () { ddrd = (1<<5); tccr1a = 0x40; tccr1b = 0x09; ocr1ah = 0x02; ocr1al = 0x00; while (1); return 0; }