Change PWM on time to 10 of 1000 for testing.
This commit is contained in:
parent
a3192fc431
commit
e6fe8a9503
@ -25,7 +25,7 @@ void initPwmTimer1(void)
|
||||
OCR1A = 1000;
|
||||
|
||||
/* Compare Match with OCR1B */
|
||||
OCR1B = 900;
|
||||
OCR1B = 10;
|
||||
}
|
||||
|
||||
void initCtcTimer0(void)
|
||||
|
Loading…
Reference in New Issue
Block a user