代码搜索:LEDS
找到约 3,223 项符合「LEDS」的源代码
代码结果 3,223
www.eeworm.com/read/282522/4098071
eww olimex-e2129.eww
$WS_DIR$\Leds\LPC2129_butt_led.ewp
$WS_DIR$\uIPwebserver\uip_webserver.e
www.eeworm.com/read/443386/1741289
c fixup-ddb5074.c
/*
* It's nice to have the LEDs on the GPIO pins available for debugging
*/
static void ddb5074_fixup(struct pci_dev *dev)
{
extern struct pci_dev *pci_pmu;
u8 t8;
www.eeworm.com/read/402374/2324186
h board.h
#include "hal_regs.h"
#include "hal_io.h"
#define plf_gpio_init() \
do { \
unsigned int gpio; \
/* turn off the dancing leds. */ \
outb(UCOS_REG_GPDR_A, 0xff); \
/* gpio
www.eeworm.com/read/397376/2403224
007f3fbca7c1001d10f4c581ea524f65
#ifndef PACKAGE_H
#define PACKAGE_H
#define pckSTACK_SIZE configMINIMAL_STACK_SIZE
/*
#define ledNUMBER_OF_LEDS ( 3 )*/
#define pck_RATE_BASE ( ( portTickType ) 50 )
uint8 cmdBuff[200
www.eeworm.com/read/383940/2609335
nc testsht11appc.nc
configuration TestSht11AppC{}
implementation {
components MainC, TestSht11C, LedsC;
components new SensirionSht11C() as Sensor;
TestSht11C -> MainC.Boot ;
TestSht11C.Leds -> LedsC;
www.eeworm.com/read/173644/9645439
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/381682/9078296
java ledtable.java
//LED Table
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
//Fu Bin MSN:yonghe169@163.com
public class LedTable extends JPanel{
private Image leds;
private Image emptyClock
www.eeworm.com/read/350643/10721287
a51 switchdemo.a51
$NOMOD51
#include "reg66x.h"
NAME switch_demo
; demo program that interface with the on-board switches, LEDs and LCD screen
; Programmer : A/Prof Soon Ing Yann
EXTRN CODE (i2c_ini
www.eeworm.com/read/435503/7791086
c flashlight.c
#include
#include
#include
#include
#include
#define FLASHLIGHT "/sys/class/leds/spotlight/brightness"
#define CAMERA_FLASH "/sys/cla
www.eeworm.com/read/453029/1645852
vhd ps2.vhd
-- The FPGA-evb-S2 Xilinx Spartan-II evaluation board example
--
-- This example reads scan codes from a PS/2 keyboard and
-- displays them on LEDs.
--
-- (C)2001 Jan Pech, j.pech@sh.cvut.cz