代码搜索:LED
找到约 10,000 项符合「LED」的源代码
代码结果 10,000
www.eeworm.com/read/18855/803637
c led.c
#include
#include "led.h"
unsigned char seg[]={
0x3f,0x06,0x5b,0x4f, /* 0 1 2 3*/
0x66,0x6d,0x7d,0x07, /* 4 5 6 7 */
0x7f,0x6f,0x77,0x7c, /* 8 9 A B */
0x39,0x5e,0x79,0x71 /*
www.eeworm.com/read/19087/809475
plg led.plg
礦ision3 Build Log
Project:
D:\小禹文件\proteus仿真MCS51的一百个例子\MCS-51 examples\Chapter 4\22 LED\LED.uv2
Project File Date: 03/12/2009
Output:
Build t
www.eeworm.com/read/19087/809476
dsn led.dsn
www.eeworm.com/read/19087/809478
lst led.lst
A51 MACRO ASSEMBLER LED 03/12/2009 11:09:40 PAGE 1
MACRO ASSEMBLER A51 V8.00d
OBJECT MODULE PLACED IN LED.OBJ
ASSEMBLER INV
www.eeworm.com/read/19087/809485
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/19087/809486
hex led.hex
:10000000900022740093B40103020000F5801200F6
:1000100015A30200037D147E147FF8DFFEDEFADDF7
:0D002000F6223F065B4F666D7D077F6F0186
:00000001FF
www.eeworm.com/read/19087/809487
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/19087/809488
pwi led.pwi
www.eeworm.com/read/19087/809489