代码搜索:LED Matrix
找到约 10,000 项符合「LED Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/160294/10545107
lst led.lst
A51 MACRO ASSEMBLER LED 04/20/2006 09:40:41 PAGE 1
MACRO ASSEMBLER A51 V7.01
OBJECT MODULE PLACED IN led.OBJ
ASSEMBLER INVO
www.eeworm.com/read/278262/10553643
mpj led.mpj
*** TKStudio Project (C)ZLG-MCU By YinHandong[尹寒冬]
*** Do not modify !
# Begin Project
# PROP RegFile_Dir "C:\Keil\C51\INC\Atmel"
# Begin Target "led"
# PROP DEVICE=AT89C51
# PROP VENDOR=Atmel
www.eeworm.com/read/278262/10553661
hex led.hex
:10000300758906D28C758CF4758AF4308DFDC28D9A
:04001300B29080F730
:03000000020017E4
:0C001700787FE4F6D8FD75810702000335
:00000001FF
www.eeworm.com/read/278262/10553668
cfg led.cfg
*** TKStudio Project Config (C)ZLG-MCU By YinHandong[尹寒冬]
*** Do not modify !
TARGOPT 1,(led)
OPTFFF {2,3,-1,-1,66,87,834,483,14,7}
OPTMM 1,2,41,1,0,0
OPTMM 2,1,41,1,0,0
OPT
www.eeworm.com/read/423457/10558790
8_led
www.eeworm.com/read/423457/10558840
8_led
www.eeworm.com/read/160180/10560361
c led.c
#include
#include "LED.h"
#include "ledfile.h"
#include "system_init.h"
ioport unsigned port001c;
#define data_close port001c
int i;
unsigned int kk[20]={0,0,0,0,0,0,0,0,0,0,0,0,
www.eeworm.com/read/160180/10560371
h led.h
#ifndef _mcbsp1_h
#define _mcbsp1_h
extern void init_spi(void);
extern int mcbsp1_xrdy(void);
extern int mcbsp1_rrdy(void);
#endif
www.eeworm.com/read/160180/10560384