代码搜索:LED
找到约 10,000 项符合「LED」的源代码
代码结果 10,000
www.eeworm.com/read/157915/11656018
asm led.asm
.INCLUDE hardware.inc
.EXTERNAL _guiLED_Value;
.RAM
.PUBLIC LED_No
.VAR LED_No = 0;
.IRAM
.DATA
C_Address: .DW 0x003f,0x0006,0x005b,0x004f, 0x0066,0x006d,0x007c,0x0007,0x007f,0x006f;//'
www.eeworm.com/read/261270/11656436
v led.v
module LED
(
EN,
CLK,
LED
);
input EN;
input CLK;
output LED;
reg LED;
reg[31:0] Ledcount;
always @(posedge CLK)
begin
if (EN)
begin
if (Ledcount=
www.eeworm.com/read/347567/11657846
mcp led.mcp
www.eeworm.com/read/347567/11657851
hex led.hex
:020000040000FA
:10000000180000EA060000EA060000EA040000EA20
:10001000030000EAA41FB1A1310000EA04E04EE2AF
:100020000080FDE8FEFFFFEA030050E300F19F3788
:100030000EF0B0E150000000400000006000000041
:10
www.eeworm.com/read/347532/11658851
exe led.exe
www.eeworm.com/read/347532/11658853
pdb led.pdb
www.eeworm.com/read/347532/11658868
exe led.exe
www.eeworm.com/read/347532/11658869