代码搜索:LED Matrix
找到约 10,000 项符合「LED Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/186652/8920755
aps led.aps
www.eeworm.com/read/186652/8920756
pdb led.pdb
www.eeworm.com/read/427790/8920928
asm led.asm
ORG 0000H ;程序执行开始地址
LJMP START ;跳至START执行
ORG 0003H ;外中断0中断入口地址
RETI ;中断返回(不开中断)
ORG 000BH ;定时器T0中断入口地址
www.eeworm.com/read/427790/8920940
asmpreview led.asmpreview
[Preview]
LargeImageOriginalSize=708000
LargeImageWidth=354
LargeImageHeight=500
LargeImage=78DAED9DCFAB644596C7E37F70E7C69D3030ABC68D305D177A33486D1ADC34FE62A0B119106945680A748C9DF66C06B15D580D16
www.eeworm.com/read/427790/8920951
bin led.bin
www.eeworm.com/read/427790/8920954
hex led.hex
www.eeworm.com/read/427723/8924239
c led.c
#include
sbit SCLK=P1^5;
sbit Din=P1^6;
sbit RCLK=P1^7;
#define uchar unsigned char
uchar movbuf[20];
uchar idata disbuf[20]={0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
www.eeworm.com/read/383573/8933740
sct led.sct
; *************************************************************
; *** Scatter-Loading Description File generated by uVision ***
; *************************************************************
LR_
www.eeworm.com/read/383573/8933743
plg led.plg
uVision3 Build Log
Project:
F:\Program\ARM7\S3C44B0X\LED\LED.uv2
Project File Date: 11/26/2008
Output:
www.eeworm.com/read/383573/8933744