代码搜索:LEDS

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

代码结果 3,223
www.eeworm.com/read/285157/8864453

c main.c

// main // use the atstk200 starter kit and external prototype board to program // an Atmel AT17C010 device. Leds on PORTC are used for visual status indicators // 4.7k ohm pull-up resistors are us
www.eeworm.com/read/284142/8961115

c main.c

/* LEDS.C example file for Motorola MC9S12DP256 Evaluation Board */ #include /* port B definitions */ #define PORTB (*((volatile unsigned char*)(0x0001))) #define DDRB
www.eeworm.com/read/283011/9047158

c main.c

/* LEDS.C example file for Motorola MC9S12DP256 Evaluation Board */ #include /* port B definitions */ #define PORTB (*((volatile unsigned char*)(0x0001))) #define DDRB
www.eeworm.com/read/184053/9125002

h devctrl.h

#include #ifndef _devctrl_h #define _devctrl_h /* Latch for LEDs, keys and general I/O */ /* Access timing */ #define LATCH_ADDRESS_SETUP_TIME (3
www.eeworm.com/read/361019/10068504

java led.java

//LED import java.awt.*; import java.awt.event.*; import javax.swing.*; public class Led extends JPanel{ Image leds[] = new Image[4]; public static final boolean OFF = false; public static fi
www.eeworm.com/read/420201/10811033

c main.c

/* LEDS.C example file for Motorola MC9S12DG128 Evaluation Board */ #include /* port A definitions */ #define PORTA (*((volatile unsigned char*)(0x0000))) #define DDRA (*((vol
www.eeworm.com/read/443299/7634932

txt abstract.txt

The Memory project is a demo program for the AT91SAM7S64 using Atmel AT91SAM7S-EK Microcontroller Board. It demonstrates an USB Memory based on USB Mass Storage Class. LEDs are used to display
www.eeworm.com/read/312571/13608862

c main.c

/* LEDS.C example file for Motorola MC9S12DP256 Evaluation Board */ #include /* port B definitions */ #define PORTB (*((volatile unsigned char*)(0x0001))) #define DDRB
www.eeworm.com/read/148648/5712979

txt abstract.txt

The BLINKY project blinks the LEDs on the Phytec KC167CR evaluation board. The BLINKY project allows you to test the Phytec KC167CR Starter Kit. It contains the correct START167.A66 file.
www.eeworm.com/read/346898/11713889

c main.c

// main // use the atstk200 starter kit and external prototype board to program // an Atmel AT17C010 device. Leds on PORTC are used for visual status indicators // 4.7k ohm pull-up resistors are us