[fix] code

This commit is contained in:
stijn
2021-04-06 15:47:50 +02:00
parent 6b6657fe5d
commit 45ee9dc411
14 changed files with 1949 additions and 1979 deletions

View File

@@ -100,7 +100,7 @@ void init_stepper_driver(){
DDRG = 0xff;
PORTG = 0x01;
PORTE = 0x00;
OCR2 = 150;
OCR2 = COMPARE_VALUE;
TIMSK = BIT(7);
sei();
}