代码搜索:LED
找到约 10,000 项符合「LED」的源代码
代码结果 10,000
www.eeworm.com/read/235521/4650645
plg led.plg
礦ision3 Build Log
Project:
E:\07experiment\NO6\keil\led.uv2
Project File Date: 03/04/2007
Output:
Build target 'Target 1'
compiling led.c...
www.eeworm.com/read/235521/4650658
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/235521/4650659
c led.c
#include
/******led 接口描述******/
//P0--->(a-g,dot) 显示
//选择使能控制段
//P2^3--->使能左第一个数码管 P2^2--->左第二个数码管
//P2^1--->左第三个数码管 P2^0--->左第四个数码管
/*********显示数据表 对应0-9 ,a-f*************/
www.eeworm.com/read/235521/4650660
lst led.lst
C51 COMPILER V7.20 LED 03/04/2007 15:36:22 PAGE 1
C51 COMPILER V7.20, COMPILATION OF MODULE LED
OBJECT MODULE PLACED IN led
www.eeworm.com/read/235004/4654466
h led.h
/*------------------------------------------------------------------
* CopyRight (C) 2005,江苏盛唐电子产品有限公司
* All Rights Reserved.
*
* 文件名称:Led.h
* 文件标识:
* 摘 要:板载发光管控制功能函数的头文件
*
* 当前版本:1.0
* 作
www.eeworm.com/read/235004/4654503
lst led.lst
C51 COMPILER V6.23a LED 08/17/2006 16:45:37 PAGE 1
C51 COMPILER V6.23a, COMPILATION OF MODULE LED
OBJECT MODULE PLACED IN .\
www.eeworm.com/read/234230/4660509
h led.h
/*H**************************************************************************
* NAME: led.h
*----------------------------------------------------------------------------
* Copyrigh
www.eeworm.com/read/232878/4695945
c led.c
#include "pin.h"
/****************************************************************************
* 名称:DelayNS()
* 功能:长软件延时
* 入口参数:dly 延时参数,值越大,延时越久
* 出口参数:无
**************************************
www.eeworm.com/read/232817/4696187
h led.h
#ifndef _LED_H
#define _LED_H
#include "rf040b.h"
//#define LED_RED_ON 1
#define LED_GREEN_ON 2
#define LED_YELLOW_ON 3
//#define LED_RED_OFF 4
#define LED
www.eeworm.com/read/232817/4696195
c led.c
#include
#include "led.h"
int8_t ker_led(uint8_t action){
switch (action){
//case LED_RED_ON: led_red_on(); break;
//case LED_BLUE_ON: led_blue_o