代码搜索:LED Matrix
找到约 10,000 项符合「LED Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/160180/10560386
out led.out
www.eeworm.com/read/160180/10560395
pjt led.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="led"
ProjectDir="C:\ti5xx\myprojects\led\"
ProjectType=Executable
CPUFamily=TMS320C
www.eeworm.com/read/160180/10560400
map led.map
******************************************************************************
TMS320C54x COFF Linker PC Version 3.70
******************************************************
www.eeworm.com/read/160180/10560402
wks led.wks
www.eeworm.com/read/160180/10560410
cmd led.cmd
-o led.out
-m led.map
MEMORY
{
PAGE 0: IPROG: origin = 0x4000, len = 0x1000 /*片外的RAM*/
PAGE 1: RAMB2: origin = 0x800, len = 0x3800 /*片内RAM,用做数据区*/
}
SECTIONS
{
.ve
www.eeworm.com/read/159889/10593556
asm led.asm
//======================================================
// The information contained herein is the exclusive property of
// Sunnnorth Technology Co. And shall not be distributed, reproduced,
//
www.eeworm.com/read/351912/10597164
c led.c
#ifndef _Include
#include "Include.h"
#endif
#define LED_Add0 (*((volatile unsigned char *) 0x82000000))
#define LED_Add1 (*((volatile unsigned char *) 0x82000001))
#define LED_Add2 (*((volat
www.eeworm.com/read/351912/10597171
h led.h
#define LED_XSIZE (128)
#define LED_YSIZE (96)
#define CHAR_16 16
#define CHAR_12 12
#define Disp_Open() (IO0SET=BIT_9)
#define Disp_Close() (IO0CLR=BIT_9)
typedef struct
{
INT8U mo
www.eeworm.com/read/351912/10597219
o led.o
www.eeworm.com/read/159849/10608635