代码搜索:LED

找到约 10,000 项符合「LED」的源代码

代码结果 10,000
www.eeworm.com/read/139565/13148742

obj led.obj

www.eeworm.com/read/139565/13148746

a51 led.a51

ORG 0000H LJMP START START:SETB P2.6 LCALL DELAY CLR P2.6 AJMP START DELAY:MOV R7,#250 D1: MOV R6,#250 D2: DJNZ R6,D2 DJNZ R7,D1 RET
www.eeworm.com/read/139565/13148748

plg led.plg

www.eeworm.com/read/139565/13148758

hex led.hex

:10080000E4FDFCC3ED9FEE6480F8EC648098501525 :10081000E4FBFA0BBB00010ABA03F8BBE8F50DBD17 :0508200000010C80DE68 :0108250022B0 :1008260075A00F7FE87E0312080075A0FF1208006E :0208360080EE52 :030000000
www.eeworm.com/read/139565/13148769

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/139565/13148773

c led.c

#include delay(int t) {int i,j; for (i=0;i
www.eeworm.com/read/139565/13148775

lst led.lst

C51 COMPILER V7.06 LED 03/29/2004 11:12:01 PAGE 1 C51 COMPILER V7.06, COMPILATION OF MODULE LED OBJECT MODULE PLACED IN led
www.eeworm.com/read/326285/13149535

o led.o

www.eeworm.com/read/326285/13149740

c led.c

/************************************* NAME:sky2440_leds.c COPYRIGHT:www.embedsky.net *************************************/ #include #include "def.h" #include "option.h" #includ
www.eeworm.com/read/326285/13149743

h led.h

#ifndef __Led_H__ #define __Led_H__ void LEDFlash(void); #endif