51常用子程序-4.0M.rar

源代码在线查看: for.c

软件大小: 2374 K
上传用户: rentianchou
关键词: 4.0 程序
下载地址: 免注册下载 普通下载 VIP

相关代码

				#include
				void Ledon();
				void Ledoff();
				void Delayx10ms(Byte count);
				void ForDemo2(Byte ontime,offtime)
				{ Byte i;
				  for(i=0;i					{Ledon();
					 Delayx10ms(ontime);
				 	 Ledoff();
					 Delayx10ms(offtime);
					}
				}
							

相关资源