代码搜索:LED控制
找到约 10,000 项符合「LED控制」的源代码
代码结果 10,000
www.eeworm.com/read/335509/12519846
pin led.pin
-- Copyright (C) 1988-2000 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support information, device programming or simulation file, and any other
www.eeworm.com/read/335509/12519872
acf led.acf
--
-- Copyright (C) 1988-2000 Altera Corporation
-- Any megafunction design, and related net list (encrypted or decrypted),
-- support information, device programming or simulation file, and any
www.eeworm.com/read/335509/12519899
cnf led.cnf
www.eeworm.com/read/335509/12519904
ndb led.ndb
www.eeworm.com/read/335509/12519918
mmf led.mmf
www.eeworm.com/read/335509/12519928
snf led.snf
www.eeworm.com/read/335509/12519941
vhd led.vhd
library ieee;
use ieee.std_logic_1164.all;
entity led is
port( datain:IN std_logic_vector(3 downto 0);
dataout:OUT std_logic_vector(6 downto 0));
end led;
architecture one of led is
begin
proc
www.eeworm.com/read/335509/12519950
scf led.scf
www.eeworm.com/read/335384/12530540
c led.c
/*
* (C) Copyright 2007-2008
* Stelian Pop
* Lead Tech Design
*
* See file CREDITS for list of people who contributed to this
* project.
www.eeworm.com/read/248828/12539312