azadfalah
Full Member level 2
Hello friends
what is Best time possible Pulse width change Ph. correct top = ICR1
I act as follows, is it correct?
what is Best time possible Pulse width change Ph. correct top = ICR1
I act as follows, is it correct?
Code C - [expand] 1 2 3 4 5 if(SetNewvalue) { while(TCNT1H != OCR1AH && TCNT1L != OCR1AL); OCR1AH=0x0C; // set New Value OCR1AL=0x80; // set New Value }