STM32F100RBT6B using timer TIM2
Posted on September 19, 2016 at 16:09 I have code that rotates small motor. #include ''stm32f10x.h'' #include ''stm32f10x_gpio.h'' #include ''stm32f10x_rcc.h'' #include ''stm32f10x_usart.h'' void Delay(unsigned int t) { unsigned int i...