代码搜索结果
找到约 10,000 项符合
LED Matrix 的代码
led.v
module led(reset,clk_50mhz,led_out);
input reset,clk_50mhz;
output[17:0] led_out; //输入50 Mhz,时间是0。02 us 1/50
//被几位寄存器分频,50/8,10,12,16
wire cl
led.qsf
# Copyright (C) 1991-2005 Altera Corporation
# Your use of Altera Corporation's design tools, logic functions
# and other software and tools, and its AMPP partner logic
# functions, and any
led.qws
[ProjectWorkspace]
ptn_Child1=Frames
ptn_Child2=ActionPoints
[ProjectWorkspace.Frames]
ptn_Child1=ChildFrames
[ProjectWorkspace.Frames.ChildFrames]
ptn_Child1=Document-0
[ProjectWorkspace.Frame
led.c
/*****************************************************
* 文件名称:
* led.c
* 文件说明:显示的时候首先设置要显示的内容
* 然后使能相应的LED
*
*****************************************************/
#ifnd
led.v
module led(
clk,
rst,
di_1,di_2,di_3,di_4,di_5,
di_6,di_7,di_8,di_9,di_10,
dout,
chip_sel);
input clk;
input rst;
input [7:0] di_1,di_2,di_3,di_4,di_5;
input [7:0] di_6
led.c
/*********************************************************************************************************
** Small RTOS(51)
** Th
led.h
#ifndef _LED_H_
#define _LED_H_
//#include "typedef.h"
sbit WHISTLE_ALARM = P0^0; //警笛鸣叫
#define whistle_alarm_on() WHISTLE_ALARM=0
#define whistle_alarm_off() WHISTLE_ALARM=1
sb
led.c
/*********************************************
File name : demo_6_7.c
Chip type : ATmega16
Program type : Application
Clock frequency : 4.000000 MHz
Memory model
led.asm
IOSFT_REG .usect ".data0",1 ;要显示的数据寄存器
.include "F2407REGS.H" ;引用头部文件
.def _c_int0
.text
_c_int0: ;相当于主程序的入口
CALL SYSINIT ;调系统初始化程序
LDP #DP_PF2 ;