代码搜索结果
找到约 10,000 项符合
LED Matrix 的代码
led.v
module led(
clk, //the clk
rst, //the reset
en,
end_check,//检测信号是否检测完毕的信号
require, //用户请求信号
led_flag, //是否有错误信号,0没错误,1有错误
led.lnp
"led.obj"
TO "led"
led.plg
创建目标 'Target 1'
编译 led.c ...
编译 Text1.c ...
连接 ...
*** ERROR L104: MULTIPLE PUBLIC DEFINITIONS
SYMBOL: HOUR
MODULE: Text1.obj (TEXT1)
*** ERROR L104: MULTIPLE PUBLIC DEFINITIONS
led.hex
:0A0A6A003F065B4F666D7D077F6F4E
:100A250002180029021600120214000E020E000917
:0F0A3500020A000602080014020C0000011AFF5A
:0409E3007F017E0012
:1009E700EF1FAA0670011E4A6013E4FCFDC3ED94D5
:0D09F7007DEC
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 {
led.c
#define uchar unsigned char
#define uint unsigned int
#define DQ P3_7
#include
uint sec;
uint min=41;
uint hour=18;
uint day=14;
uint month=9;
uint yearl=6;
uint yearh=20;
uin