代码搜索:LED Matrix
找到约 10,000 项符合「LED Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/382851/8994672
bin led.bin
www.eeworm.com/read/382851/8994705
rom led.rom
// Version : eCOG ROM Generator - V1.3a (1 Aug 2005)
// Title : IROM
// Date : Fri Aug 26 15:17:10 2005
//
// ROM START ADDRESS 000000
// WORDSIZE 16
// BASE HEX : HEX
@00
www.eeworm.com/read/382851/8994714
c led.c
/*=============================================================================
Cyan Technology Limited
FILE - LED.c
Example eCOG1 application.
DESCRIPTION
Uses a general purpose time
www.eeworm.com/read/382851/8994747
bin led.bin
www.eeworm.com/read/382851/8994765
rom led.rom
// Version : eCOG ROM Generator - V1.3a (1 Aug 2005)
// Title : IROM
// Date : Fri Aug 26 15:17:10 2005
//
// ROM START ADDRESS 000000
// WORDSIZE 16
// BASE HEX : HEX
@00
www.eeworm.com/read/283705/8994835
c led.c
//LED_task
//LED.c data for pooa8
#include "includes.h"
#include "ML674000.H"
#define bit8 (0x01
www.eeworm.com/read/426776/8999991
cmd led.cmd
-w
-stack 400h
-heap 100
-l rts.lib
MEMORY
{
PAGE 0:
VECT : o=80h,l=80h
PRAM : o=100h,l=1f00h
PAGE 1:
DRAM : o=2000h,l=1000h
}
SECTIONS
{
.text : {}> PRAM
www.eeworm.com/read/426776/9000000
obj led.obj
www.eeworm.com/read/426776/9000003
c led.c
#define SPSA0 *(unsigned int *)0x38
#define SPSD0 *(unsigned int *)0x39
#define TIM *(int *)0x24
#define PRD *(int *)0x25
#define TCR *(int *)0x26
#define IMR *(int *)0x0
#define IFR *(i
www.eeworm.com/read/426738/9002481
vhd led.vhd
library IEEE;
use IEEE.STD_LOGIC_1164.all;
entity LED is
port(
A : in STD_LOGIC_VECTOR(15 downto 0); -- 地址总线
WR : in STD_LOGIC; -- 写使能
DWR : in STD_LOGIC_VECTOR(