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