?? main.h
字號(hào):
#define BUS_FREQUENCY 6 /* JB16 runs at 6 MHz */
/* 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 main(void);
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -