stm32——串口1和串口2初始化

void USART1_Initialise(u32 bound) {         //GPIO端口設置         GPIO_InitTypeDef GPIO_InitStructure;         USART_InitTypeDef USART_InitStructure;         NVIC_InitTypeDef NVIC_InitStructure;         
相關文章
相關標籤/搜索