代码搜索:LED Matrix
找到约 10,000 项符合「LED Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/423958/10518370
asm led.asm
ORG 00H
START: MOV DPTR,#TABLE ;指针指向表头地址
S1: MOV A,#00H ;设置地址偏移量
MOVC A,@A+DPTR ;查表取得段码,送A存储
CJNE A,#01H,S2 ;判断段码是否为结束符
LJMP START
S2: MOV P0,A ;段码送LED显示
www.eeworm.com/read/423958/10518373
hex led.hex
:10000000900022740093B40103020000F5801200F6
:1000100015A30200037D147E147FF8DFFEDEFADDF7
:0D002000F6223F065B4F666D7D077F6F0186
:00000001FF
www.eeworm.com/read/423958/10518376
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/423958/10518379
pwi led.pwi
www.eeworm.com/read/423958/10518382
obj led.obj
www.eeworm.com/read/423958/10518393
serial led disp
www.eeworm.com/read/423958/10519133
dyn scan led
www.eeworm.com/read/278639/10522253
cpp led.cpp
/**********************************************************************
*
* Filename: led.cpp
*
* Description: A memory-mapped PCB version of the LED functions.
*
* Notes: The co
www.eeworm.com/read/278639/10522258