timer1.h
来自「Hitech microchip PIC C18 Compiler」· C头文件 代码 · 共 9 行
H
9 行
#define TIMER_ENA (RB4)#define TIMER_MODE (RB5)#define LED1 (PORTE)#define LED2 (PORTH)#define LED3 (PORTF)#define DIP1 (PORTD)extern volatile bit UPDATE_REQUIRED;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?