代码搜索:LED
找到约 10,000 项符合「LED」的源代码
代码结果 10,000
www.eeworm.com/read/32279/881982
hif led.hif
Version 7.0 Build 33 02/05/2007 SJ Full Version
11
807
OFF
OFF
OFF
OFF
OFF
FV_OFF
Level2
0
0
VRSM_ON
VHSM_ON
0
-- Start Partition --
-- End Partition --
-- Start Library Paths --
--
www.eeworm.com/read/32279/881991
psp led.psp
www.eeworm.com/read/32279/881995
pss led.pss
www.eeworm.com/read/32279/882008
bsf led.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/32279/882010
qws led.qws
[ProjectWorkspace]
ptn_Child1=Frames
[ProjectWorkspace.Frames]
ptn_Child1=ChildFrames
[ProjectWorkspace.Frames.ChildFrames]
ptn_Child1=Document-0
ptn_Child2=Document-1
ptn_Child3=Document-2
pt
www.eeworm.com/read/32279/882012
vhd led.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity led is
port(clk:in std_logic;-----时钟信号
rst:in std_logic;-----系统复位信号
q: out std_logic_vector(7 downto
www.eeworm.com/read/35007/892215
h led.h
#ifndef __LED_H
#define __LED_H
#include "stm32f10x.h"
//Mini STM32开发板
//LED驱动代码
//正点原子@ALIENTEK
//2012/2/27
//LED端口定义
#define LED0 PAout(8)// PA8
#define LED1 PDout(2)// PD2
void
www.eeworm.com/read/35007/892216
c led.c
#include "stm32f10x.h"
#include "led.h"
//////////////////////////////////////////////////////////////////////////////////
//本程序只供学习使用,未经作者许可,不得用于其它任何用途
//Mini STM32开发板
//LED驱动代码
//正点原子@
www.eeworm.com/read/35007/892293
d led.d
led.o: ..\HARDWARE\LED\led.c
led.o: ..\USER\stm32f10x.h
led.o: ..\CORE\core_cm3.h
led.o: d:\Keil\ARM\RV31\INC\stdint.h
led.o: ..\USER\system_stm32f10x.h
led.o: ..\USER\stm32f10x_conf.h
led.o: ..
www.eeworm.com/read/35007/892314