📄 timer0.h
字号:
#define TIMER_ENA (RB4)#define PRESCALER_ENA (RB5)#define COUNTER_SEL (RB6)#define TIMER_SIZE (RB7)#define COUNT_BTN (RA4)#define LED1 (PORTD)#define LED2 (PORTH)#define LED3 (PORTF)#define DIP1 (PORTC&0x3F)|(PORTE&0xC0)extern volatile bit UPDATE_REQUIRED;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -