代码搜索:LED

找到约 10,000 项符合「LED」的源代码

代码结果 10,000
www.eeworm.com/read/156743/11778285

h led.h

#ifndef __led_H__ #define __led_H__ void Test_Led(void); void flash_Led(void); void LR_Led(void); #endif /*__led_H__*/
www.eeworm.com/read/156743/11778414

c led.c

#include #include "..\inc\def.h" #include "..\inc\44b.h" #include "..\inc\44blib.h" #include "..\inc\led.h" void flash_Led(void) { rSYSCFG=SYSCFG_8KB; #if (PLLON==1) Ch
www.eeworm.com/read/156743/11778417

apj led.apj

www.eeworm.com/read/345866/11785138

c led.c

/********************************************************************************************* * File: light.c * Author: embest * Desc: control board's two LEDs on or offf * History: **********
www.eeworm.com/read/345848/11786979

h led.h

/////////////////////////////////////////////////////////////////////////////// // Led.h : header file // Visual Source Safe: $Revision: 1 $ // // Led static control. Will display a LED in 4 diffe
www.eeworm.com/read/345848/11786990

cpp led.cpp

/////////////////////////////////////////////////////////////////////////////// // Led.cpp : implementation file // Visual Source Safe: $Revision: 1 $ // // Led static control. Will display a LED
www.eeworm.com/read/259453/11789638

vhd led.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; use ieee.std_logic_unsigned.all; entity led is port( key_code: in std_logic_vector(7 downto 0); display: ou
www.eeworm.com/read/345698/11795011

asm led.asm

IOSFT_REG .usect ".data0",1 ;要显示的数据寄存器 .include "F2407REGS.H" ;引用头部文件 .def _c_int0 .text _c_int0: ;相当于主程序的入口 CALL SYSINIT ;调系统初始化程序 LDP #DP_PF2 ;
www.eeworm.com/read/345698/11795013

pjt led.pjt

; Code Composer Project File, Version 2.0 (do not modify or remove this line) [Project Settings] ProjectDir="F:\2407\2407asm\led\" ProjectType=Executable CPUFamily=TMS320C24XX Tool="Compiler"
www.eeworm.com/read/156486/11798372

c led.c

/* ********************************************************************************************************* * Embedded Systems Building Blocks *