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