#include "avr/io.h" int main ( ) { DDRD |= (1<<5); OCR1AH = 0; OCR1AL = 191; TCCR1A = 0x81; TCCR1B = 0x09; while (1); return 0; }