代码搜索:LED
找到约 10,000 项符合「LED」的源代码
代码结果 10,000
www.eeworm.com/read/208262/15249711
pin led.pin
-- Copyright (C) 1988-2002 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/208262/15249739
acf led.acf
--
-- Copyright (C) 1988-2002 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/208262/15249758
cnf led.cnf
www.eeworm.com/read/208262/15249777
ndb led.ndb
www.eeworm.com/read/208262/15249848
mmf led.mmf
www.eeworm.com/read/208262/15249870
snf led.snf
www.eeworm.com/read/208262/15249887
vhd led.vhd
--************************************************************************--
--七段共阴极LED数码管译码程序
--************************************************************************--
library ieee;
use ieee
www.eeworm.com/read/208262/15249891
scf led.scf
www.eeworm.com/read/208223/15250704
h led.h
#define LED_FLASH_TIME 200
#define LED_LIGHT_TIME 200
void LedInit(void);
void LedOn(void);
void LedOff(void);
void LedTest(void);
void LedGreenOff(void);
void LedGreenOn(unsigned char i);
v
www.eeworm.com/read/208223/15250727