代码搜索结果
找到约 10,000 项符合
LED 的代码
led.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Led), 0x0004 // Tools: 'ARM-ADS'
Group (Start Code)
Group (Source Code)
Group (lib)
Group (Documentation)
File 1,2,
led_opt.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
led_run.v
module Led_run(rst,clk,led);
input clk,rst;
output[3:0] led;
reg [3:0] led;
wire clk_r;
reg[23:0] Mega_cnt;
reg dir;
/**********Get a Slow Clock********/
always @(posedge
flash_led.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="asm"
ProjectDir="F:\DSP_C\led_flash\"
ProjectType=Executable
CPUFamily=TMS320C54XX
gpio_led.c
#define IOPMOD (*(volatile unsigned *)0x03FF5000) //IO 口模式注册
#define IOPDATA (*(volatile unsigned *)0x03FF5008) //IO口数据注册
void Delay(unsigned int);
int Main()
{
unsigned long LED;
IOPMOD
led_task.h
/*H**************************************************************************
* NAME: led_task.h
*----------------------------------------------------------------------------
* Cop
run_led.asm
;/********************************************************************
; * 主 页 : HTTP://WWW.QLMCU.COM
; *
; * 程序功能 : 流水灯的左移右移
; *
; * 应用软件 : KEIL C
; *
; * 版 本 : KEIL 7.06
; *
;