摘要: 1. 在main函数前面添加: int fputc(int ch,FILE *f){ uint8_t temp[1]={ch}; HAL_UART_Transmit(&huart1,temp,1,2); return(ch);} 2. USE Micro Lib 阅读全文
posted @ 2016-05-30 09:41 Freedom_Call 阅读(1874) 评论(0) 推荐(0) 编辑