代码搜索:LED
找到约 10,000 项符合「LED」的源代码
代码结果 10,000
www.eeworm.com/read/407198/11424911
opt led.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
DaveTm { 0,0,0,0,0,0,0,0 }
Target (Tar
www.eeworm.com/read/407198/11424912
pwi led.pwi
www.eeworm.com/read/407198/11424913
dsn led.dsn
www.eeworm.com/read/407198/11424916
obj led.obj
www.eeworm.com/read/407198/11424919
plg led.plg
礦ision3 Build Log
Project:
E:\1-10\2.模拟开关灯\Keil-C\led.uv2
Project File Date: 07/26/2007
Output:
Build target 'Target 1'
compiling led.c...
l
www.eeworm.com/read/407198/11424921
hex led.hex
:0B000F0020B004C29080F9D29080F570
:03000000020003F8
:0C000300787FE4F6D8FD75810702000F3D
:00000001FF
www.eeworm.com/read/407198/11424926
opt led.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
CppX (*.cpp)
DaveTm { 0,0,0,0,0,0,0,0 }
www.eeworm.com/read/407198/11424927
c led.c
#include
sbit K1=P3^0;
sbit L1=P1^0;
void main(void)
{
while(1)
{
if(K1==0) //开关闭合
{
L1=0; //灯亮 ---p1.0输出低电平 ,L1有电势差。
}
www.eeworm.com/read/407198/11424928
lst led.lst
C51 COMPILER V8.05a LED 09/17/2007 16:45:19 PAGE 1
C51 COMPILER V8.05a, COMPILATION OF MODULE LED
OBJECT MODULE PLACED IN le