代码搜索:LED Matrix
找到约 10,000 项符合「LED Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/391977/8370257
v led.v
module led(sel,seg,rst,clk,wr,cs,rd,cpu_data,addr);
input clk,rst,wr,cs,rd,a;
output [7:0]sel,seg;
inout [15:0]cpu_data;
input [3:0]addr;
reg [7:0]sel,seg;
reg [15:0]set,set1;
reg wr1;
alway
www.eeworm.com/read/192576/8374270
c led.c
/*********************************************************************************************
* File: led.c
* Author: embest
* Desc: control board's LEDs
* History:
****************************
www.eeworm.com/read/391859/8374682
h led.h
//led.h
// init led port
void LedInit(void);
// single blink
void LedBlink(void);
// turn on led
void LedOn(void);
// turn off led
void LedOff(void);
www.eeworm.com/read/391859/8374694
c led.c
//led.c
#include
#include "led.h"
//it's a simple delay
void Delay (unsigned long a) {
while (--a!=0);
}
// init led port
void LedInit(void) {
IO0DIR_bit.P0_30 = 1; /
www.eeworm.com/read/192566/8374931
sbl led.sbl
www.eeworm.com/read/192566/8374944
pjt led.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="C:\CCStudio_v3.1\MyProjects\lf2407\led\"
ProjectType=Executable
CPUFamily=TMS320C24XX
www.eeworm.com/read/192566/8374958
out led.out
www.eeworm.com/read/192566/8374963
map led.map
******************************************************************************
TMS320C24xx COFF Linker Version 7.04
*****************************************************
www.eeworm.com/read/192534/8375989
c led.c
#include
#define xtal 2
const unsigned char seg_table[16]={0xc0,0xf9,0xa4,0xb0,0x99,0x92,
0x82,0xf8,0x80,0x90,0x88,0x83,0xc6,0xa1,0x86,0x8e};
unsigned char led_buff[4]={0,0,0,0};
www.eeworm.com/read/192426/8382750
prj led.prj
[Compiler Options]
Edit1=e:\ICC\include\
Edit2=e:\ICC\lib\
Edit8=
CheckBox1=0
CheckBox2=1
Edit3=
Edit4=
Edit11=16
Edit13=
ComboBox1=0
Edit9=8192
Edit10=1024
ComboBox2=12
RadioGroup1=0
E