Change PWM on time to 10 of 1000 for testing.

This commit is contained in:
Marco 2022-05-29 16:54:25 +02:00
parent a3192fc431
commit e6fe8a9503

View File

@ -25,7 +25,7 @@ void initPwmTimer1(void)
OCR1A = 1000;
/* Compare Match with OCR1B */
OCR1B = 900;
OCR1B = 10;
}
void initCtcTimer0(void)