代码搜索:LED
找到约 10,000 项符合「LED」的源代码
代码结果 10,000
www.eeworm.com/read/318229/13482822
opt led.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/318056/13488948
c led.c
ioport unsigned int port3002,port3003;
main()
{
int i;
for(;;)
{
i=port3003;
i=i&0xff;
port3002=i;
}
}
www.eeworm.com/read/318056/13488950
cmd led.cmd
-w
-heap 400h
-stack 400h
-l rts.lib
MEMORY
{
PAGE 0:
IPRAM : o=0x0100,l=0x2000
PAGE 1:
IDRAM : o=0x2000,l=0x2000
}
SECTIONS
{
.text :>IPRAM PAGE 0
.data :>IPRAM PAGE 0
www.eeworm.com/read/317739/13498811
vwf led.vwf
/*
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/317739/13498894
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/317739/13498898
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(3 DOWNTO 0)
);
END l
www.eeworm.com/read/317719/13499109
pdf led.pdf
www.eeworm.com/read/317186/13507935
led8
www.eeworm.com/read/316898/13514862
c led.c
/*********************************************************************************************
* File: led.c
* Author: embest
* Desc: control board's LEDs
* History:
****************************
www.eeworm.com/read/316873/13515297
c led.c
//-----------------------------------------------------------------------------
// 版权归新华龙电子公司所有
//-----------------------------------------------------------------------------
//
// 文件名:LEDTEST.c