代码搜索结果
找到约 10,000 项符合
LED 的代码
led.c
#include "..\inc\led.h"
#include "..\inc\console.h"
#define ESC_KEY 0x1b
//声明总线地址
volatile U16 * LedDBuffer = (volatile U16 *)(0x2000000);
volatile U16 * LedSBuffer = (volatile U16 *)(0x20
led.h
#ifndef __LED_H__
#define __LED_H__
#include "..\inc\44b0x.h"
#include "..\inc\uTypes.h"
#include "..\inc\sysutils.h"
#include "..\inc\hc595.h"
void sysUtilsLightLed (U32 dwLedNo, BOOL bLigh
led.c
#include "..\inc\led.h"
#include "..\inc\console.h"
#define ESC_KEY 0x1b
//声明总线地址
volatile U16 * LedDBuffer = (volatile U16 *)(0x2000000);
volatile U16 * LedSBuffer = (volatile U16 *)(0x20
led.c
//LED_task
//LED.c data for pooa8
#include "includes.h"
#include "ML674000.H"
#define bit8 (0x01
led.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity led is
port( a_in: in std_logic ;
clk_in: in std_logic ;
b_out: out std_logic_vector(3 downto 0)
);
led.lis
.module LED.C
.area text(rom, con, rel)
0000 .dbfile C:\DOCUME~1\Administrator\桌面\张军\AVR\AVR单片机系统开发实例稿\第二章\第二章程序\跑马灯设计\LED.C
0000
led.s
.module LED.C
.area text(rom, con, rel)
.dbfile C:\DOCUME~1\Administrator\桌面\张军\AVR\AVR单片机系统开发实例稿\第二章\第二章程序\跑马灯设计\LED.C
.dbfunc e DelayMs _DelayMs fV
; j -> R20,R21
;
led.c
//******************************FileName: LED.C******************************//
//******************************ICCAVR V6.30编译****************************//
#include //头文件,AT