## 串口 (Usart) ### 方法 #### uart_init(u32 bound) 初始化串口USART1
我们重写了printf()方法用于串口调试输出, 该方法相较于后面的发送函数更加方便
请优先使用printf()作为输出函数