@ -107,8 +107,8 @@ void timer4_init()
TIMSK4 |= 1<<TOIE4;
// TIMSK4 |= 1<<OCIE4A;
ICR4 = 50;
OCR4A = 25;
ICR4 = 30;
OCR4A = 15;
DDRH |= 1 << 3;
}