基于单片机用c语言编写流水灯 时间:2016-08-13 05:00:31 【文件属性】: 文件名称:基于单片机用c语言编写流水灯 文件大小:266B 文件格式:C 更新时间:2016-08-13 05:00:31 流水灯 用c语言编写流水灯程序#include #define uchar unsigned char uchar temp; void delay(int z) { int x,y; for(x=z;x>0;x--) for(y=500;y>0;y--); 立即下载