代码搜索结果
找到约 10,000 项符合
LED 的代码
led.lst
C51 COMPILER V8.02 LED 11/11/2008 22:44:43 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE LED
OBJECT MODULE PLACED IN led
led.c
#include //配置头文件
#include //内核头文件
#include
#include //时钟头文件
#include //用户定义模块初始函数名需引用的头文件
#include /
led.c
/*
* 2006 OURS TECH
*
*
*
This file for explain how to use a simple driver
*/
#include
#include
#include
led.c
#include
void delay();
int main()
{
unsigned int a;
a=0;
Set_IOA_Dir(0xff00);
Set_IOA_Attrib(0xff00);
Set_IOA_Data(0x0000);
while(1)
{
Watchdog_Clear();
a=~a;
led.lik
Version: 3.0
Options: m37
Obj: "D:\Sunplus\UNSPID~1.0\startupD.obj"
Obj: "E:\gavin\lingyang\led\Debug\Resource.obj"
Obj: "E:\gavin\lingyang\led\Debug\led.obj"
Lib: "D:\Sunplus\unSP IDE Common\Exa
led.h
#ifndef __LED_H__
#define __LED_H__
// write your header here
#endif
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
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
led.rc
# Begin Project
# Begin SubItem "led Resources"
# End SubItem
# End Project