代码搜索:LEDS
找到约 3,223 项符合「LEDS」的源代码
代码结果 3,223
www.eeworm.com/read/367730/2832218
entries
/.cvsignore/1.1/Sat Jun 9 20:31:08 2007//
/Makefile/1.7/Sat Feb 9 19:31:29 2008//
/README.txt/1.1.1.1/Mon Mar 26 22:05:14 2007//
/up_leds.c/1.1/Tue Mar 27 16:19:51 2007//
D
www.eeworm.com/read/259059/4347339
c gateway.c
#include
#include
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/193644/8209939
asm rs_pwm.asm
Title "RS_PWM.asm"
list p=16c74,f=inhx8m
;This program runs on the PICDEM-2 demo board.
;In the Demo board, Port B is connected to 8 LEDs.
;When the PIC16C74 receives a word of data fr
www.eeworm.com/read/266256/11235198
v clk_1hz.v
module CLK_1HZ(clk,cout);
input clk;
output reg cout;
reg [7:0] qs,qf,qm,leds,ledf,ledm;
reg [25:0] q_temp;
always @(posedge clk)
begin
if(q_temp
www.eeworm.com/read/457280/7329241
asm 彩灯实验.asm
; 中断方式控制彩灯点亮程序
STACK1 SEGMENT STACK
DW 200 DUP(?)
STACK1 ENDS
DATA SEGMENT
MESG1 DB 'Press SW3 one time to invoke interrupt one time,and to light one of LEDs',0ah,0dh
DB 'Ex
www.eeworm.com/read/143389/12879147
syms bios.elf.syms
00000000 a *ABS*
00000228 A _data_sz
00001000 D _data
00001000 D cmdline
00001004 D leds
00001008 d params
0000100c D load_addr
00001010 D boot_ide
00001028 D boot_net
00001040 d nd_3c59x_ids
00001088
www.eeworm.com/read/103510/6214608
am gnumakefile.am
includedir = $(prefix)/include/asm-i386
include_HEADERS = \
rtai.h \
rtai_atomic.h \
rtai_fpu.h \
rtai_hal.h \
rtai_leds.h \
rtai_lxrt.h \
rtai_oldnames.h \
rtai_sched.h \
rtai_shm.
www.eeworm.com/read/220141/14850570
h xing.h
#define uchar unsigned char
#define uint unsigned int
//#define LEDS8 0xFF
www.eeworm.com/read/220141/14850587
c zhouyi.c
#include
#include
#define uchar unsigned char
#define uint unsigned int
//#define LEDS8 0xFF
www.eeworm.com/read/182103/5268616
am makefile.am
##
## $Id: Makefile.am,v 1.6 2002/03/28 00:40:09 joel Exp $
##
include_HEADERS = bsp.h coverhd.h leds.h bspopts.h
coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h
cp $< $@
$(PROJECT_INCLUD