代码搜索结果
找到约 10,000 项符合
LED Matrix 的代码
led.plg
礦ision3 Build Log
Project:
D:\Personal\Desktop\7 串行 ad9851\led.uv2
Project File Date: 12/16/2008
Output:
led.hex
:0300000002028D6C
:0C028D00787FE4F6D8FD75810C02027049
:06023700C2B67F0A7E0042
:10023D00EF1FAA0670011E4A6013E4FCFDC3ED9486
:0D024D007DEC940050EA0DBD00010C80F026
:01025A002281
:0D028000C2B6C2B5D2B
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
#include
#include "ad9851.h"
void main()
{
ad9851_reset() ;
write_freq(1000000); //频率输出1M Hz
while(1)
{
}
}
led.lst
C51 COMPILER V8.17 LED 01/09/2009 16:53:09 PAGE 1
C51 COMPILER V8.17, COMPILATION OF MODULE LED
OBJECT MODULE PLACED IN led
led.v
`timescale 1ms/1ns
module LED(seg,hex);
input[5:0] hex;
output[6:0] seg;
reg[6:0] seg;
always@(hex)
begin
case(hex)
'd0 : seg=7'b1000000;
'd1 : seg=7'
led.tcf
environment["ti.bios.oldMemoryNames"] = true;
/* loading the generic platform */
var params = {};
params.clockRate = 720.000000;
params.deviceName = "DM642";
params.catalogName = "ti.catalog.c6
led.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="led"
ProjectDir="D:\01_PROJECT\2D_DM642\Software\DM642_Test\led\"
ProjectType=Execut
led.tco
# GENERATED FILE -- DO NOT EDIT!
# This file contains tconf options for file "led.tcf",
# for use by the Gconf graphical configuration tool.
# The options are exported from the following CCS projec