printf 函数底层会调用fputc函数/*重定向c库函数printf到USART1*/ int fputc(int ch, FILE *f) { /*发送一个字节数据USART1 */ USART ...
確定! 回上一頁