代码搜索:LEDS

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

代码结果 3,223
www.eeworm.com/read/346898/11713883

c init.c

// init.c #include "at17c.h" void Init(void) { // P0 = SDA - bidirectional // P1 = SCL - output // P2 = SER_EN - output // P7, P6, P5, P4, P3, P2, P1, P0 // O O
www.eeworm.com/read/340618/12143197

c ledshow.c

#include #include #include #include "stdio.h" #include "sys/types.h" #include "sys/ioctl.h" #include "stdlib.h" #include "termios.h" #include "sys/stat.h" #include "fcn
www.eeworm.com/read/252574/12274980

cgi status.cgi

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

c init.c

// init.c #include "at17c.h" void Init(void) { // P0 = SDA - bidirectional // P1 = SCL - output // P2 = SER_EN - output // P7, P6, P5, P4, P3, P2, P1, P0 // O O
www.eeworm.com/read/223690/14619204

asm lfmem.asm

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

h nettel.h

/****************************************************************************/ /* * NETtel.h -- Moreton Bay NETtel support. * * (C) Copyright 1999, Moreton Bay (www.moreton.com.au) */ /*
www.eeworm.com/read/471719/6888367

txt readme.txt

This example is taken from the ADSP-BF533 Ez-Kit Lite examples directory found in: C:\Program Files\Analog Devices\VisualDSP 3.5 16-Bit\Blackfin\EZ-Kits\ADSP-BF533\Examples\Blink\ASM This is the exa
www.eeworm.com/read/195315/8164837

asm lfmem.asm

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

c ledtest.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/268079/11155272

makefile

CC=gcc INCLUDEDIR=/usr/X11R6/include LIBDIR=/usr/X11R6/lib all:Xleds.o leds.o xleds.o $(CC) -I$(INCLUDEDIR) -L$(LIBDIR) -o Xleds Xleds.c -lX11 -lXtst $(CC) -I$(INCLUDEDIR) -L$(LIBDIR) -o xleds xleds