代码搜索结果
找到约 72,433 项符合
LED Matrix 的代码
matrix.dsp
# Microsoft Developer Studio Project File - Name="matrix" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Co
matrix.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# 警告: 不能编辑或删除该工作区文件!
###############################################################################
Project: "matrix"=".\matrix.d
matrix.plg
Build Log
--------------------Configuration: matrix - Win32 Debug--------------------
Command Lines
Creating temporary file "D:\DOCUME~1\user\L
led.c
/*********************************************************************************************
* File: led.c
* Author: embest
* Desc: control board's LEDs
* History:
****************************
led.h
//led.h
// init led port
void LedInit(void);
// single blink
void LedBlink(void);
// turn on led
void LedOn(void);
// turn off led
void LedOff(void);
led.c
//led.c
#include
#include "led.h"
//it's a simple delay
void Delay (unsigned long a) {
while (--a!=0);
}
// init led port
void LedInit(void) {
IO0DIR_bit.P0_30 = 1; /
led.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="C:\CCStudio_v3.1\MyProjects\lf2407\led\"
ProjectType=Executable
CPUFamily=TMS320C24XX
led.dp2
led.o: e:/ICC/include/iom8v.h
led.lk
led.o
led.src
[Files]
led.c
[Headers]
[Documents]