📄 vdefs.h
字号:
/*********************************************************** This file contains global constants.***********************************************************/// Example state machine state definitions#define IDLE 0#define START 1#define STEP1 2#define STEP2 3#define STEP3 4#define STEP4 5#define DONE 6
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -