📄 uart.h
字号:
#ifndef _Uart_h_
#define _Uart_h_
#ifdef Debug
uchar SetPrintfConvertMode; //使用printf作其他转换,并非输出到UART
void Uart_Init(void); //串口初始化
int System_putchar(char c, FILE *stream); //串口输出
int System_getchar(FILE *stream); //串口输入
#endif
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -