函数名:fputc 输入: 输出: 功能说明: 重定义putc函数,这样可以使用printf函数从串口1打印输出*/ int fputc(int ch, FILE *f) { /* Place your ...
確定! 回上一頁