一段程序看不懂,求助【恢复】

2020-02-10 08:46发布

main()

{

di();

 inisub();//初始化端口

 while(1)

  {clrwdt();

   delay1ms(40);

 rst1702=0;



 delay1ms(20);

 retc=SPI_Init();

 if(retc) goto cardsub_end1;//错误

 retc=FM1702SL_Init();

 if(retc) goto cardsub_end1;

 retc=Request();

 if(retc)

 {rf_over=0;

         led=1;

 cardin=1;

         goto cardsub_end1;}

 if(rf_over) goto cardsub_end1;

 retc=Get_UID();

 if(retc)

 {delay1ms(10);

 retc=Get_UID();}

 if(retc) goto cardsub_end1;

  retc=Select_Tag();

 if(retc)goto cardsub_end1;



 di();







请问di();   这个是什么意思,它的作用是干什么的        ( PIC16F73单片机 )
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
该问题目前已经被作者或者管理员关闭, 无法添加新回复
9条回答
liubinghui
1楼-- · 2020-02-11 09:08
                     在没有其它C连接呀!在其它C文件里头.
jiongeyes
2楼-- · 2020-02-11 11:30
 精彩回答 2  元偷偷看……
117433525
3楼-- · 2020-02-11 11:46
把di();贴出来,不然怎么回答里呢?

我猜可能是系统时间配置或分频设置什么的。

一周热门 更多>