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