ÿþ#include "avr/io.h" int main ( ) { DDRD |= (1<<5); OCR1AH = 306>>8; OCR1AL = 306; TCCR1A = 0x82; TCCR1B = 0x0A; while (1); return 0; }