代码搜索结果
找到约 10,000 项符合
LED Matrix 的代码
led.c
//----------------------------------------------------//
//-------Institute Of Computing Technology-----------//
//------------Chinese Academic Science---------------//
//-----中国科学院计算技术研究所先进测试技术实
led.h
#ifndef __led_H__
#define __led_H__
void Test_Led(void);
#endif /*__led_H__*/
led.c
#include
#include "..\inc\def.h"
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\led.h"
void Test_Led(void)
{
rSYSCFG=SYSCFG_8KB;
//#if (PLLON==1)
//
led.h
#ifndef __led_H__
#define __led_H__
void Test_Led(void);
#endif /*__led_H__*/
led.c
#include
#include "..\inc\def.h"
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\led.h"
void Test_Led(void)
{
rSYSCFG=SYSCFG_8KB;
//#if (PLLON==1)
//
led.h
/******************************************************************
本程序只供学习使用,未经作者许可,不得用于其它任何用途
欢迎访问我的USB专区:http://group.ednchina.com/93/
欢迎访问我的blog: http://www.ednchina.c
led.h
//led.h
// init led port
void LedsInit(void);
// single blink led 1
void Led1Blink(void);
void Led1BlinkSlow(void);
// turn on led 1
void Led1On(void);
// turn off led 1
void Led1Off(void
led.c
#include
//#include"led.h"
void Delay(unsigned long a)
{
while (--a!=0);
}
void LedsInit(void)
{
// PINSEL1=Ox00000000;//引脚功能选择位
IO0DIR_bit.P0_31=1;
IO0DIR_bit.P0_13=1;
led.lst
##############################################################################
# #
# IAR ARM ANSI C/C++ Compiler V4.42A/W32
led.asm
PEDATDIR .SET 7095H
led1 .set 6000h
led2 .set 8000h
led3 .set 0a000h
.bss confirm,1
.bss key_read_time,1
.bss key_temp,1