重定向c库函数printf到串口,重定向后可使用printf函数int fputc(int ch, FILE *f) { /* 发送一个字节数据到串口*/ USART_SendData(USART3, (uint8_t) ch); /* 等待 ...
確定! 回上一頁