📄 main.h
字号:
/* the following times are in 100us multiples */
#define SUSPEND_TIME 30 /* time after which the device is put into low power mode in case of no USB activity */
#define RESUME_RECOVERY 370 /* time to wait after resume */
extern volatile signed char suspend_timer;
void init(void);
void wait100us(void);
void main(void);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -