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