智能车制作
标题:
场中断
[打印本页]
作者:
915187543
时间:
2011-4-8 17:34
标题:
场中断
/******************************场中断*****************************************/
#pragma CODE_SEG NON_BANKED
void interrupt 9 Port1_interrupt(void) //声明中断号
{
TFLG1=0x02;
//TIE_C0I = 0;
//TIE_C1I = 1;
g_SampleFlag = 1;
}
帮忙解释下
欢迎光临 智能车制作 (http://111.231.132.190/)
Powered by Discuz! X3.2