代码搜索结果
找到约 10,000 项符合
LED 的代码
led_opt.bak
### 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
8led.h
#ifndef __8LED_H_
#define __8LED_H_
/*--- functions declare ---*/
void Digit_Led_Test(void);
void Digit_Led_Symbol(int value);
void Digit_Led_Segment(int seg_num);
#endif
8led.c
/*********************************************************************************************
* File: 8led.c
* Author: embest
* Desc: 8-segment digit LED control functions
* History:
*********
8led.h
#ifndef __8LED_H_
#define __8LED_H_
/*--- functions declare ---*/
void Digit_Led_Test(void);
void Digit_Led_Symbol(int value);
void Digit_Led_Segment(int seg_num);
#endif
8led.c
/*********************************************************************************************
* File: 8led.c
* Author: embest
* Desc: 8-segment digit LED control functions
* History:
*********
led_control.v
module LED_control(flag,RED,YELLOW,GREEN);
output RED,YELLOW,GREEN;
input [1:0]flag;
reg RED,YELLOW,GREEN;
always @(flag)
case(flag)
2'b00:
begin
RED=1;
YELLOW=0;
8led.h
#ifndef __8LED_H_
#define __8LED_H_
/*--- functions declare ---*/
void Digit_Led_Test(void);
void Digit_Led_Symbol(int value);
void Digit_Led_Segment(int seg_num);
#endif
8led.c
/*********************************************************************************************
* File: 8led.c
* Author: embest
* Desc: 8-segment digit LED control functions
* History:
*********
led.m51
BL51 BANKED LINKER/LOCATER V5.03 06/22/2006 09:16:50 PAGE 1
BL51 BANKED LINKER/LOCATER V5.03, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE STARTU
led_opt.bak
### 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 {