代码搜索:LED
找到约 10,000 项符合「LED」的源代码
代码结果 10,000
www.eeworm.com/read/397674/8029778
set led.set
[General]
Version=1.0
Config=0
ReleaseIntermediate=.\Release
ReleaseOutput=.\Release
DebudIntermediate=.\Debug
DebugOutput=.\Debug
BodyName=SPCE060A_061A
[SetLink]
ExeFile=1
Output=.\Debug
www.eeworm.com/read/397674/8029790
opt led.opt
www.eeworm.com/read/397674/8029794
spj led.spj
#Sunplus Debeloper Project File - Name = SunplusIDE
#Sunplus Developer Generated Build File Format Version V1.00
#**DO NOT EDIT**
#TARTYPE (SPCE060A_061A)Application
CFG=Debug
# Begin Project
www.eeworm.com/read/397674/8029797
h led.h
#ifndef __LED_H__
#define __LED_H__
// write your header here
#endif
www.eeworm.com/read/397674/8029800
rc led.rc
# Begin Project
# Begin SubItem "LED Resources"
# End SubItem
# End Project
www.eeworm.com/read/397674/8029802
lik led.lik
Version: 3.0
Options: m37
Obj: "C:\Program Files\Sunplus\unSP IDE 2.0.0\startupD.obj"
Obj: "E:\LED\Debug\Resource.obj"
Obj: "E:\LED\Debug\main.obj"
Output: "E:\LED\Debug\LED.S37"
;Locate: TEXT i
www.eeworm.com/read/397674/8029804
env led.env
[TRACE_BUFFER]
Enable=0
SaveOPOnly=0
Size=65535
Offset=0
LAScale=0
[PASSPOINT]
Result File=.\Passpoint_Result.txt
Register File=.\Passpoint_Register.txt
[General]
Device=1
Timer=2457600
www.eeworm.com/read/297035/8058416
tsk led.tsk
www.eeworm.com/read/297035/8058619
asm led.asm
ORG 0H
JMP START
ORG 10H
START:
CLR C
MOV A,#FFH
MOV R4,#8
LOOP:
RLC A
MOV P1,A
MOV