代码搜索结果
找到约 10,000 项符合
LED Matrix 的代码
led.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="C:\ICETEK\PCI6416\Examples\led\"
ProjectType=Executable
CPUFamily=TMS320C64XX
Tool="
led.map
******************************************************************************
TMS320C6x COFF Linker PC Version 4.36
*******************************************************
led.bat
hex6x led_hex.cmd
pause
led.c
#include "test6416.h"
main()
{
int i,j;
for(;;)
{
LED =0x5;
for(i=0;i
led.cmd
-w
-stack 400h
-heap 400h
-l rts6400.lib
MEMORY
{
BOOT : o=0,l=400h
ISRAM : origin = 0x0400, len = 0x1000000
}
SECTIONS
{
bootload > BOOT
v
led.h
#ifndef _LED_H_
#define _LED_H_
#include "SPCE061A.H"
/****************************************************************
*LED的IO端口定义,代码移植时需要根据实际的电路更改设置
*****************************************
led.c
#include"SPCE061A.H"
#include"Led.h"
/***********************************************************************
*显示的数字对应在实际IO口上的映像
****************************************************************