📄 common.h.bak
字号:
#ifndef _COMMON_H_
#define _COMMON_H_
typedef unsigned char uint8;
typedef unsigned char uchar;
typedef unsigned int uint;
typedef unsigned long ulong;
#define TRUE 1
#define FALSE 0
extern char Uart_GetKey(unsigned char ch);
extern void Uart_Printf(unsigned char ch,char *fmt,...);
extern void Delay(int time);
#define Input Uart_GetKey
#define Output Uart_Printf
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -