/* put your own code here */
PLL_Init(); //初始化锁相环
TIM_Init(); //初始化中断
IO_Init(); //初始化IO口
SCI_Init(); //初始化串口
EnableInterrupts;
for(;;)
{
Process(); //向电脑串口发送所采集的图像
}
// _FEED_COP(); /* feeds the dog */
/* loop forever */
/* please make sure that you never leave main */
}
/*************************************************************/
/* 行中断处理函数 */
/*************************************************************/
#pragma CODE_SEG __NEAR_SEG NON_BANKED
void interrupt 8 PT0_Interrupt(){