the doubt in M4-Discovery input capture library
Posted on April 19, 2012 at 19:43like this: I don't know why selecting opposite polarity ! /* Select the Opposite Input Polarity */ if (TIM_ICInitStruct->TIM_ICPolarity == TIM_ICPolarity_Rising) { icoppositepolarity = TIM_ICPolarity_Falling; }...