timer0.h
来自「Hitech microchip PIC C18 Compiler」· C头文件 代码 · 共 12 行
H
12 行
#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 + =
减小字号Ctrl + -
显示快捷键?