?? inter.c
字號:
#define inter_c
#include "main.h"
void extern0_ISR() interrupt 0{nop();nop();nop();nop();}/* not used */
void timer0_ISR() interrupt 1{nop();nop();nop();nop();}/* not used */
void timer1_ISR() interrupt 3{nop();nop();nop();nop();}/* not used */
void serial_ISR() interrupt 4{nop();nop();nop();nop();}/* not used */
void timer2_ISR() interrupt 5{nop();nop();nop();nop();}/* not used */
void extern1_ISR() interrupt 2 //用于紅外接收管用
{
// unsigned char i;
nop();
}//用于紅外接收管用
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -