代码搜索结果

找到约 10,000 项符合 LED Matrix 的代码

led.h

#ifndef __led_H__ #define __led_H__ void Test_Led(void); #endif /*__led_H__*/

led.c

#include #include "..\inc\def.h" #include "..\inc\44b.h" #include "..\inc\44blib.h" #include "..\inc\led.h" void Test_Led(void) { rSYSCFG=SYSCFG_8KB; #if (PLLON==1) Cha

led.h

#ifndef __led_H__ #define __led_H__ void Test_Led(void); #endif /*__led_H__*/

led.c

#include #include "..\inc\def.h" #include "..\inc\44b.h" #include "..\inc\44blib.h" #include "..\inc\led.h" void Test_Led(void) { rSYSCFG=SYSCFG_8KB; #if (PLLON==1) Cha

led.pjt

; Code Composer Project File, Version 2.0 (do not modify or remove this line) [Project Settings] ProjectDir="F:\2407\2407C\1led\" ProjectType=Executable CPUFamily=TMS320C24XX Tool="Compiler" T

led.c

//(2) 主程序 // 该程序用于实验演示模板上的8个LED的循环显示 #include "register.h" main() // 初始化子程序 { int led; int i,k; asm(" setc SXM"); // 抑制符号位扩展 asm(" clrc OV

led.cmd

-w -stack 400h -heap 100 -l rts.lib MEMORY { PAGE 0: VECT : o=80h,l=80h PRAM : o=100h,l=1f00h PAGE 1: DRAM : o=2000h,l=1000h } SECTIONS { .text : {}> PRAM