#define F_CPU 16000000UL #include #define f_out 125000 #define cmp_val (F_CPU + f_out / 2) / (2 * f_out) - 1 int main(void) { OCR0A = OCR0B = cmp_val; TCCR0A = (1<