代码搜索:LED
找到约 10,000 项符合「LED」的源代码
代码结果 10,000
www.eeworm.com/read/8202/143263
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/143264
c led.c
#include
#define uchar unsigned char
#define uint unsigned int
sbit LED = P1^0;
void DelayMS(uint x)
{
uchar i;
while(x--)
{
for(i=120;i>0;i--);
}
}
void main()
{
www.eeworm.com/read/8202/143265
lst led.lst
C51 COMPILER V8.08 LED 08/03/2009 21:19:47 PAGE 1
C51 COMPILER V8.08, COMPILATION OF MODULE LED
OBJECT MODULE PLACED IN led
www.eeworm.com/read/8202/143357
obj led.obj
www.eeworm.com/read/8202/143360
plg led.plg
礦ision3 Build Log
Project:
E:\Study\Proteus\《单片机C语言程序设计实训100例——基于8051+Proteus仿真》案例压缩包\第 01 篇 基础部分\12 K1-K4 键状态显示\led\led.uv2
Project File Date: 08/01/2009
www.eeworm.com/read/8202/143364
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/143365
c led.c
#include
#define uchar unsigned char
#define uint unsigned int
sbit LED1 = P0^0;
sbit LED2 = P0^1;
sbit LED3 = P0^2;
sbit LED4 = P0^3;
sbit K1 = P1^0;
sbit K2 = P1^1;
sbit K3 = P1^
www.eeworm.com/read/8202/143366
lst led.lst
C51 COMPILER V8.08 LED 08/01/2009 22:04:24 PAGE 1
C51 COMPILER V8.08, COMPILATION OF MODULE LED
OBJECT MODULE PLACED IN led
www.eeworm.com/read/8202/143373