faster homing speed

This commit is contained in:
2022-02-21 05:19:46 +01:00
parent fca12c1546
commit 64751e00c7

View File

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