![]() |
發布時間: 2019-5-6 16:21
正文摘要:#include <reg52.h> LED_[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f}; disbuf[]={0x01,0x02}; unsigned char m; void delay(unsigned char time) { unsigned char i; & ... |
1.位碼錯誤 2.中斷函數計數變量m計量單位只有250us,要換算成秒來顯示。int j=0;數據類型使用的不恰當![]()
|