📄 ide_include.h
字号:
//#ifndef IDE_INCLUDE_H
//#define IDE_INCLUDE_H
typedef unsigned char UI8;
typedef signed char SI8;
typedef unsigned short UI16;
typedef signed short SI16;
typedef unsigned long UI32;
#include "44blib.h"
#include "drivers.h"
#include "IDE_Base.h"
#include "IDE_Access.h"
#include "debug.h"
//#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -