代码搜索结果
找到约 10,000 项符合
LED Matrix 的代码
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 {
led.h
#ifndef __LED_H__
#define __LED_H__
#include "..\inc\44b0x.h"
#include "..\inc\uTypes.h"
#include "..\inc\sysutils.h"
#include "..\inc\hc595.h"
void sysUtilsLightLed (U32 dwLedNo, BOOL bLigh
led.c
#include "..\inc\led.h"
#include "..\inc\console.h"
#define ESC_KEY 0x1b
//声明总线地址
volatile U16 * LedDBuffer = (volatile U16 *)(0x2000000);
volatile U16 * LedSBuffer = (volatile U16 *)(0x20
led.plg
礦ision2 Build Log
Project:
C:\Documents and Settings\Administrator\My Documents\8751龟喷狾厨基\TE-8051\絛ㄒ\FOR ASM\1-LED\LED.uv2
Project File Date: 06/21/2008
led.asm
ORG 0100H
tmp1: DB 01H,02H,04H,08H,10H,20H,40H,80H,81H,82H
tmp2: DB 84H,88H,90H,0A0H,0C0H,0C1H,0C2H,0C4H,0C8H,0D0H
tmp3: DB 0E0H,0E1H,0E2H,0E4H,0E8H,0F0H,0F1H,0F2H,0F4H,0F8H
tmp4: DB 0F9H,0FAH,0FC
led.lst
A51 MACRO ASSEMBLER LED 06/21/2008 15:51:40 PAGE 1
MACRO ASSEMBLER A51 V7.10
OBJECT MODULE PLACED IN LED.OBJ
ASSEMBLER INVO
led.lnp
"LED.obj"
TO "LED"
RAMSIZE(256)
led.hex
:1001000001020408102040808182848890A0C0C130
:10011000C2C4C8D0E0E1E2E4E8F0F1F2F4F8F9FAA0
:08012000FCFDFEFFFF00FF00E3
:03000000020200F9
:100200009001007F28120219120219E493F4F5A05C
:10021000120219A3
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 {