代码搜索:LED
找到约 10,000 项符合「LED」的源代码
代码结果 10,000
www.eeworm.com/read/333203/12698745
pdf led.pdf
www.eeworm.com/read/246851/12700812
dev led.dev
[Project]
FileName=led.dev
Name=led
UnitCount=1
Type=2
Ver=1
ObjFiles=
Includes=D:\Linux_kernel2.4.18_rel_hzh\include
Libs=
PrivateResource=
ResourceIncludes=
MakeIncludes=
Compiler=
CppC
www.eeworm.com/read/333115/12701359
led7
www.eeworm.com/read/332936/12716039
h led.h
extern void Led_Display();
extern void Disp_Init();
extern BYTE DispBuf[4];
www.eeworm.com/read/332936/12716046
c led.c
#include "fx2.h"
#include "fx2regs.h"
#include "io.h"
BYTE const LED_CODE[] = {0xC0,0xF9,0xA4,0xB0,0x99,0x92,0x82,0xF8,0x80,0x90,0x88,0x83,0xA7,0xA1,0x86,0x8E,0xFF}; //LED编码
// 0 1
www.eeworm.com/read/332936/12716054
lst led.lst
C51 COMPILER V7.07 LED 12/04/2006 10:30:31 PAGE 1
C51 COMPILER V7.07, COMPILATION OF MODULE LED
OBJECT MODULE PLACED IN Led
www.eeworm.com/read/332936/12716076
c led.c
#include "fx2.h"
#include "fx2regs.h"
#include "io.h"
BYTE const LED_CODE[] = {0xC0,0xF9,0xA4,0xB0,0x99,0x92,0x82,0xF8,0x80,0x90,0x88,0x83,0xA7,0xA1,0x86,0x8E,0xFF}; //LED编码
// 0 1
www.eeworm.com/read/332901/12717596
c led.c
#include "LED.H"
void delayXms(unsigned int x) //延迟x毫秒函数
{
unsigned int i,j;
for(i=0;i
www.eeworm.com/read/332901/12717600
h led.h
#ifndef __LED_H__
#define __LED_H__
#include
#define LED_SEGMENT P2
#define LED_BIT P0
#define DISPLAY_OFF 32
void display(unsigned char *);
void delayXms(unsign
www.eeworm.com/read/332901/12717618
lst led.lst
C51 COMPILER V7.50 LED 06/22/2008 15:54:28 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE LED
OBJECT MODULE PLACED IN LED