代码搜索结果
找到约 10,000 项符合
LED 的代码
led.c
#include
unsigned int DispBuf[4];
unsigned char x[2]={1,2},y1=20,y2=00,y3=00,s01;
unsigned int Period,OldCap,Start,end;
unsigned int overflow;
unsigned int Fline;
void Hexto
led.asm
;LED16x16的片选信号接主板CS3,其它数据信号,地址信号,写信号接主板的相应信号.
RowLow equ 0B002h; 行低八位地址
RowHigh equ 0B003h; 行高八位地址
ColLow equ 0B000h; 列低八位地址
ColHigh equ 0B001h; 列高八位地址
bitmask equ 40h
base
led.c
/*******************************
数码管显示显示模块程序
***********************************/
extern bit bdata SetHStu_Flag ; //湿度设置状态标志位
extern bit bdata SetTStu_Flag ; //温度设置状态标志位
/************
led8
#include
led.c
/////////////////////////////////////////////////
// Example For ICETEK-VC5416-EDU //
// CTR Version : V4 //
// Filename: LED.c
led.cmd
-w
-heap 400h
-stack 400h
-l rts.lib
MEMORY
{
PAGE 0:
IPRAM : o=0x0100,l=0x2000
PAGE 1:
IDRAM : o=0x2000,l=0x2000
}
SECTIONS
{
.text :>IPRAM PAGE 0
.data :>IPRAM PAGE 0
led.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="c:\icetek-vc5416-edulab\lab0301-Led\"
ProjectType=Executable
CPUFamily=TMS320C54XX
T