代码搜索:LED Matrix
找到约 10,000 项符合「LED Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/354757/10327302
hex led.hex
:04000F00C29080FC1F
:03000000020003F8
:0C000300787FE4F6D8FD75810702000F3D
:00000001FF
www.eeworm.com/read/354757/10327308
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/354757/10327310
obj led.obj
www.eeworm.com/read/354700/10332657
obj led.obj
www.eeworm.com/read/354700/10332672
h led.h
/************** Display LED 5 *************************
Device : ATmega8
File name : led.h
Description : Defines and prototypes for led
Last change: 17 Jan 20
www.eeworm.com/read/354700/10332727
c led.c
#include "led.h"
#include
#include
//总共4个LED,频率显示,小数点后一位小数
//段P1口,位P22,P23,P24,P25
#define LED_DATA P1
#define LED1 0x04
#define LED2 0x08
#define LED3 0x10
#def
www.eeworm.com/read/354700/10332733
lst led.lst
C51 COMPILER V7.07 LED 08/22/2008 23:25:40 PAGE 1
C51 COMPILER V7.07, COMPILATION OF MODULE LED
OBJECT MODULE PLACED IN led
www.eeworm.com/read/354694/10333183
h led.h
/************** Display LED 5 *************************
Device : ATmega8
File name : led.h
Description : Defines and prototypes for led
Last change: 17 Jan 20
www.eeworm.com/read/354694/10333215
c led.c
#include "led.h"
#include
//总共5个LED,一个为功能
//其余4个为频率显示,小数点后一位小数
//段PD口,位PB3,PB4,PB5,PC4,PC5
//#define LED_DATA PORTD
unsigned char LED_Code[]={/*0,1,2,3,4,5,6,7,8,9,' '(不显示)*/
0
www.eeworm.com/read/280371/10334394
c led.c
#include
/*
* Demo program
*
* Flashes LEDs on Port B, responds to switch press
* on RA1. Usable on PICDEM board.
*
* Copyright (C)1997 HI-TECH Software.
* Freely distributabl