global_h.h
来自「2407嵌入式系统程序(c语言)」· C头文件 代码 · 共 18 行
H
18 行
#ifndef GLOBAL_H
#define GLOBAL_H
extern int KEY_LEFT;
extern int KEY_RIGHT;
extern int KEY_UP;
extern int KEY_DOWN;
extern int BUTTON_ON;
extern int MAINMEAUFLAG;
extern int KEY_SURE;
extern int SUBMEAU2FLAG;
extern int SUBMEAU3FLAG;
extern int SUBMEAU4FLAG;
extern int FLOORFLAG2;
extern int FLOORFLAG3;
extern int FLOORFLAG4;
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?