代码搜索:LED显示
找到约 10,000 项符合「LED显示」的源代码
代码结果 10,000
www.eeworm.com/read/474137/6815623
c led.c
/*****************************************
NAME: led.c
DESC: Led test
WWW.YCTEK.COM
*****************************************/
#include "def.h"
#include "option.h"
#include "2410addr.h"
www.eeworm.com/read/474137/6815624
rar led.rar
www.eeworm.com/read/474252/6816881
c led.c
#include
#include
/* This seems to produce the right amount of delay for the LED to be
* seen
*/
void Delay()
{
unsigned char a, b;
for (a = 1; a; a++)
for (b
www.eeworm.com/read/473863/6842132
pjt led.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="c:\icetek-vc5509-edulab\lab0301-led\"
ProjectType=Executable
CPUFamily=TMS320C55XX
T
www.eeworm.com/read/473863/6842133
paf led.paf
www.eeworm.com/read/473863/6842135
c led.c
#include "myapp.h"
// 定义指示灯寄存器地址和寄存器类型
#define LBDS (*((unsigned int *)0x400001))
// 子程序接口
void Delay(unsigned int nDelay); // 延时子程序
main()
{
unsigned int uLED[4]={1,2,4,8}; // 控制字,逐位置1:
www.eeworm.com/read/473863/6842143
out led.out
www.eeworm.com/read/473863/6842144
obj led.obj
www.eeworm.com/read/473863/6842146
map led.map
******************************************************************************
TMS320C55x COFF Linker PC Version 2.56
*******************************************************
www.eeworm.com/read/473276/6850544