代码搜索结果
找到约 10,000 项符合
LED Matrix 的代码
led.mak
# Generated by the VisualDSP++ IDDE
# Note: Any changes made to this Makefile will be lost the next time the
# matching project file is loaded into the IDDE. If you wish to preserve
# changes,
led.h
/*
* led.h -- demo of LED application
*
* Author: lumit-admin
* Date: 2004-8-26
* Copyright: http://www.lumit.org
*/
/*******************************************
led.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="C:\ti\myprojects\LED_IO\"
ProjectType=Executable
CPUFamily=TMS320C67XX
Tool="Compile
led.c
#include
//LED.c
void delay(unsigned int del);
#define LED_PORT *(unsigned volatile int*) 0x90080000
void main()
{
int i =0;
puts("USER LED Test!\n");
while(1)
{
for(
led.asm
*******************************************************
* TMS320C2x/C2xx/C5x ANSI C Codegen Version 7.00
*******************************************************
; C:\TIC2XX\C2000\CGTOOLS\BIN
led.c
#define LED port40
volatile ioport unsigned int port40;
extern void LEDTest(unsigned int count);
extern void delay(unsigned int period);
extern void LEDflash(unsigned int i