How do you set a pin used for Timer Channel PWM generation to initial state of logic LOW?
I am using a particular pin as a timer channel for a PWM Generation signal. For some reason, this pin is always set to logic HIGH before I have the PWM timer begin. Is there a way to set this PWM pin to logic LOW, before the PWM timer begins? I am cu...