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