代码搜索结果
找到约 72,433 项符合
LED Matrix 的代码
led.lnp
"STARTUP.obj",
"led.obj"
TO "led"
RAMSIZE(256)
led.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,2,
File 1,1,
led.pjt.bak
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="led"
ProjectDir="D:\CCStudio_v3.1\boards\dm642dk\examples\bsl\led\"
ProjectType=Exec
build-led.tcf
/*
* ======== build-led.tcf ========
*
*! Revision History
*! ================
*! 27-Jun-2003 mw Created.
*
* To create led.cdb:
*
* 1) Open a Windows command prompt window and cd
led.tco
# GENERATED FILE -- DO NOT EDIT!
# This file contains tconf options for file "led.tcf",
# for use by the Gconf graphical configuration tool.
# The options are exported from the following CCS projec
led.lnp
"led.obj"
TO "led"
led.m51
BL51 BANKED LINKER/LOCATER V6.00 02/28/2009 21:13:53 PAGE 1
BL51 BANKED LINKER/LOCATER V6.00, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE led.ob
led.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1, 0x0
Options 1,0,0 // Target '
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.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