代码搜索结果

找到约 10,000 项符合 LED Matrix 的代码

led.c

#include "common.h" void led(unsigned char num); /******************************************************************************************** * 函数名称:led() * 功 能:根据用户按下的键盘现实对应的发光管 * 入口参数:n

led.h

/********************************************************************************************** 本程序只供学习使用,不得用于其它任何用途,否则后果自负。 ARM_OS_main.c file LPC213x上的操作系统——ARM_OS 作者:heciang 联系电话

led.asm

SECOND1 EQU 50H SECOND2 EQU 55H MINU1 EQU 60H MINU2 EQU 65H HOUR1 EQU 70H HOUR2 EQU 75H COUT EQU 35H KEYNO EQU 36H ;显示位判断 BIT1 BIT 25H

led.h

/*----------------------------------------------------------------------------- * ATMEL Microcontroller Software Support - ROUSSET - *-------------------------------------------------

led.c

/*----------------------------------------------------------------------------- * ATMEL Microcontroller Software Support - ROUSSET - *-------------------------------------------------

led.h

#ifndef __led_H__ #define __led_H__ void Test_Led(void); void flash_Led(void); void LR_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 flash_Led(void) { rSYSCFG=SYSCFG_8KB; #if (PLLON==1) Ch

led.c

/********************************************************************************************* * File: light.c * Author: embest * Desc: control board's two LEDs on or offf * History: **********