代码搜索:LED
找到约 10,000 项符合「LED」的源代码
代码结果 10,000
www.eeworm.com/read/488967/6480552
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/488967/6480555
plg led.plg
礦ision2 Build Log
Project:
C:\Documents and Settings\lgq\My Documents\例程源码\单路模拟开关灯\C\LED.uv2
Project File Date: 07/29/2007
Output:
www.eeworm.com/read/488967/6480556
hex led.hex
:03000000020003F8
:0C000300787FE4F6D8FD75810702000F3D
:0B000F00209004C28080F9D28080F5B0
:00000001FF
www.eeworm.com/read/488974/6480781
lst led.lst
A51 MACRO ASSEMBLER LED 07/29/2007 13:48:27 PAGE 1
MACRO ASSEMBLER A51 V7.07
OBJECT MODULE PLACED IN LED.OBJ
ASSEMBLER INVO
www.eeworm.com/read/488974/6480789
asm led.asm
ORG 0
START: MOV R2,#8
MOV A,#0FEH
SETB C
LOOP: MOV P0,A
LCALL DELAY
RLC A
DJNZ R2,LOOP
MOV R2,#8
LOOP1: MOV P0,A
LCALL DELAY
RRC A
DJNZ R2,LOOP1
LJMP START
DE
www.eeworm.com/read/488974/6480790
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/488974/6480791
plg led.plg
礦ision2 Build Log
Project:
C:\Documents and Settings\lgq\My Documents\例程源码\广告灯\ASM\LED.uv2
Project File Date: 07/29/2007
Output:
Build target
www.eeworm.com/read/488974/6480792
hex led.hex
:03000000020027D4
:0C002700787FE4F6D8FD75810702000028
:100000007A0874FED3F58012001A33DAF87A08F50C
:100010008012001A13DAF80200007D147E147FF8B3
:07002000DFFEDEFADDF6222F
:00000001FF
www.eeworm.com/read/488974/6480793
obj led.obj
www.eeworm.com/read/488974/6480795
c led.c
#include
unsigned char i;
unsigned char temp;
unsigned char a,b;
void delay(void)
{
unsigned char m,n,s;
for(m=20;m>0;m--)
for(n=20;n>0;n--)
for(s=248;s>0;s--);
}
void