代码搜索:LED
找到约 10,000 项符合「LED」的源代码
代码结果 10,000
www.eeworm.com/read/8202/143376
plg led.plg
礦ision3 Build Log
Project:
E:\Study\Proteus\《单片机C语言程序设计实训100例——基于8051+Proteus仿真》案例压缩包\第 01 篇 基础部分\11 K1-K4 控制LED移位\led\led.uv2
Project File Date: 08/01/200
www.eeworm.com/read/8202/143380
opt led.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/8202/143381
c led.c
#include
#include
#define uchar unsigned char
#define uint unsigned int
void DelayMS(uint x)
{
uchar i;
while(x--)
{
for(i=200;i>0;i--);
}
}
void Move_LED
www.eeworm.com/read/8202/143382
lst led.lst
C51 COMPILER V8.08 LED 08/01/2009 21:53:48 PAGE 1
C51 COMPILER V8.08, COMPILATION OF MODULE LED
OBJECT MODULE PLACED IN led
www.eeworm.com/read/8202/143435
key-led
www.eeworm.com/read/8202/143475
obj led.obj
www.eeworm.com/read/8202/143478
plg led.plg
礦ision3 Build Log
Project:
E:\Study\Proteus\《单片机C语言程序设计实训100例——基于8051+Proteus仿真》案例压缩包\第 01 篇 基础部分\03 左右来回的流水灯\code\led.uv2
Project File Date: 07/30/2009
www.eeworm.com/read/8202/143486
opt led.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {