代码搜索结果
找到约 10,000 项符合
LED Matrix 的代码
led.c
#include "..\inc\44b.h"
void ledflash(void)
{
unsigned char temp;
temp=rPDATG;
rPDATG=temp;
}
led.tcf
/*
* ======== led.tcf ========
*
*! Revision History
*! ================
*! 21-Feb-2002 mw Created.
*
* To create tone.cdb, add %TI_DIR$\bin\utilities\tconf path to Dosrun.bat
* then
led.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="UserIO"
ProjectDir="C:\ti\myprojects\led\"
ProjectType=Executable
CPUFamily=TMS320C
led.cdb
//! DSK5416 Base Seed
//# c54xx.cdb 4.60.34
object USERREGS :: MEM {
param iComment :: "This object defines space for the DSP's memory mapped registers and can't be deleted"
param iIsUsed ::
led.c
#include "ledcfg.h"
#include "dsk5416.h"
#include "dsk5416_led.h"
/*
* Blink0() - This task blinks LED #0
*/
void Blink0()
{
int delay;
// Set delay between LED tran
led.h
#define hc595_din PTB_PTB5
#define hc595_sclk PTB_PTB7
#define hc595_lclk PTB_PTB6
sys_data_type led_st0,led_st1,led_st2,led_st3;
sys_data_type led_flag;
unsigned char led_safety_time
led.c
#include "pin.h"
/****************************************************************************
* 名称:DelayNS()
* 功能:长软件延时
* 入口参数:dly 延时参数,值越大,延时越久
* 出口参数:无
**************************************