代码搜索:LED
找到约 10,000 项符合「LED」的源代码
代码结果 10,000
www.eeworm.com/read/287980/4013586
c led.c
/*
* (C) Copyright 2004, Psyent Corporation
* Scott McNutt
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is f
www.eeworm.com/read/286080/4042608
h led.h
#ifndef __led_H__
#define __led_H__
void Test_Led(void);
#endif /*__led_H__*/
www.eeworm.com/read/286080/4042644
c led.c
#include
#include "..\inc\def.h"
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\led.h"
void Test_Led(void)
{
rSYSCFG=SYSCFG_8KB;
#if (PLLON==1)
Cha
www.eeworm.com/read/286065/4042802
c led.c
#include
#include "2410addr.h"
#include "2410lib.h"
//================================
//名称:Led_Test
//功能:LED循环显示
//参数: void
//返回值: void
//================================
void L
www.eeworm.com/read/285300/4054275
plg led.plg
礦ision2 Build Log
Project:
F:\project\写书\program\21\LED.uv2
Project File Date: 06/23/2007
Output:
Build target 'Target 1'
assembling LED.asm.
www.eeworm.com/read/285300/4054276
asm led.asm
;-----------------------------------
; 简单点亮发光二极管实例
;功能:点亮发光管<mark>LED</mark>并闪烁
;-----------------------------------
<mark>LED</mark>_PIN EQU P1.0
ORG 0000H ;伪指令,指定程序从0000H开始存放
LJMP MAI ...
www.eeworm.com/read/285300/4054278
lst led.lst
A51 MACRO ASSEMBLER LED 06/23/2007 09:32:39 PAGE 1
MACRO ASSEMBLER A51 V7.10
OBJECT MODULE PLACED IN LED.OBJ
ASSEMBLER INVO
www.eeworm.com/read/285300/4054281
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 {