#include "avr/io.h" int main () { DDRD |= (1 << 7); OCR2 = 32; TCCR2 = 0x76; while (1); return 0; }