#include "avr/io.h" int main () { DDRB |= (1 << 3); OCR0 = 32; TCCR0 = 0x74; while (1); return 0; }