Change PWM pulse
Posted on September 14, 2015 at 20:00 Hi, I'm using a servo with a pwm connection and this is a part of code: RCC_AHBPeriphClockCmd(RCC_AHBPeriph_GPIOB, ENABLE); GPIO_PinAFConfig(GPIOB, GPIO_PinSource4, GPIO_AF_1); GPIO_InitTypeDef GPI...