代码搜索:LEDS

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

代码结果 3,223
www.eeworm.com/read/137626/5822941

am makefile.am

## Process this file with automake to produce Makefile.in ## $Id: Makefile.am,v 1.27 2004/11/19 15:33:07 zas Exp $ include $(top_srcdir)/Makefile.base if CONFIG_LEDS ledsobj = leds.o endif noinst_L
www.eeworm.com/read/118033/6099697

asl si_2.asl

// ------------------------------------------------------------------------ // System Indication object scope // ------------------------------------------------------------------------ // Names de
www.eeworm.com/read/116008/6114438

nc commandledsm.nc

/* tab:4 * IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. By * downloading, copying, installing or using the software you agree to * this license. If you do not agre
www.eeworm.com/read/488407/6494754

c led.c

#include #include #include #include int main(int argc, char **argv) { int on; int led_no; int fd; if (argc != 3 || sscanf(argv[1], "%d", &led_no) !=
www.eeworm.com/read/479482/6687361

nc testuart.nc

configuration TestUART { } implementation { components Main, LedsC, TestUARTM, HPLUARTC; components IntToRfm, RfmToInt; Main.StdControl -> TestUARTM.StdControl; TestUARTM.Leds -> LedsC.Leds; Te
www.eeworm.com/read/410160/11300408

asm lfmem.asm

;********************************************************************* ; File Name: lfmem.asm ; Target System: C240x Evaluation Board ; ; Description: This program checks the memory location
www.eeworm.com/read/403443/11516799

c led.c

#include #include #include #include int main(int argc, char **argv) { int on; int led_no; int fd; if (argc != 3 || sscanf(argv[1], "%d", &led_no) !=
www.eeworm.com/read/402623/11531234

bs2 ex06 - las vegas.bs2

' {$STAMP BS2} ' ============================================================================== ' ' File...... Ex06 - Las Vegas.BS2 ' Purpose... Stamp Game ' Author.... Parallax ' E-mail.... sta
www.eeworm.com/read/402623/11531265

bs2 ex05 - led graph.bs2

' {$STAMP BS2} ' ============================================================================== ' ' File...... Ex05 - LED Graph.BS2 ' Purpose... LED Bar Graph ' Author.... Parallax ' E-mail....
www.eeworm.com/read/402623/11531266

bs2 ex03 - led counter.bs2

' {$STAMP BS2} ' ============================================================================== ' ' File...... Ex03 - LED Counter.BS2 ' Purpose... Binary Counter ' Author.... Parallax ' E-mail..