代码搜索:LEDS

找到约 3,223 项符合「LEDS」的源代码

代码结果 3,223
www.eeworm.com/read/155397/5622642

nc commandledsm.nc

// $Id: CommandLedsM.nc,v 1.2.10.4 2003/08/26 09:08:14 cssharp Exp $ /* tab:4 * "Copyright (c) 2000-2003 The Regents of the University of California. * All rights reserved. * * Permiss
www.eeworm.com/read/155397/5623064

nc noleds.nc

// $Id: NoLeds.nc,v 1.2.4.4 2003/08/26 09:08:17 cssharp Exp $ /* tab:4 * "Copyright (c) 2000-2003 The Regents of the University of California. * All rights reserved. * * Permission to
www.eeworm.com/read/155397/5623175

nc sensem.nc

// $Id: SenseM.nc,v 1.2.4.6 2003/08/26 09:08:06 cssharp Exp $ /* tab:4 * "Copyright (c) 2000-2003 The Regents of the University of California. * All rights reserved. * * Permission to
www.eeworm.com/read/155397/5623284

nc sensetaskm.nc

// $Id: SenseTaskM.nc,v 1.1.14.6 2003/08/26 09:08:06 cssharp Exp $ /* tab:4 * "Copyright (c) 2000-2003 The Regents of the University of California. * All rights reserved. * * Permissio
www.eeworm.com/read/152843/5657109

s break.s

/* break.S: Break interrupt handling (kept separate from entry.S) * * Copyright (C) 2003 Red Hat, Inc. All Rights Reserved. * Written by David Howells (dhowells@redhat.com) * * This program is fr
www.eeworm.com/read/368528/9690935

cgi status.cgi

Pot0: %02 Buttons: %0F %0E %0D %04 LEDs:
www.eeworm.com/read/477944/6726381

makefile

CFLAGS := -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -ffreestanding leds.bin : crt0.S leds.c arm-linux-gcc $(CFLAGS) -c -o crt0.o crt0.S arm-linux-gcc $(CFLAGS) -c -o leds.o leds.c arm-li
www.eeworm.com/read/343165/11967753

makefile

CFLAGS := -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -ffreestanding leds.bin : crt0.S leds.c arm-linux-gcc $(CFLAGS) -c -o crt0.o crt0.S arm-linux-gcc $(CFLAGS) -c -o leds.o leds.c arm-li
www.eeworm.com/read/290587/8474291

c exp9.c

#include #include #define LEDs PORTD //定义输出端口及灯的类型 #define red 0x03 #define green 0x05 #define yellow 0x06 #pragma vector=0x1C __interrupt void adc_
www.eeworm.com/read/187817/8599536

vhd keyboard4_4.vhd

--****************************************************************** --* 4x4标准键盘板读取并点亮开发板上相应led --* Filename: keyboard4_4 --* 扫描键盘,译码并点亮开发板上相应led --* 尚未仔细考虑一些细节问题,譬如防颤等 --************************