|
void display1(uint sh,uint fe,uint mi); //定時鬧鐘顯示程序
void write_com(uchar com) //1cd 寫指令程序
{
lcdrs=0;
P0=com;
delay(5);
lcden=1;
delay(5);
lcden=0
報錯:
實訓.C(24): warning C206: 'delay': missing function-prototype
實訓.C(24): error C267: 'delay': requires ANSI-style prototype
有沒有朋友幫看看啊怎么改啊
|
-
1.png
(37.39 KB, 下載次數: 23)
下載附件
2019-12-27 23:39 上傳
|