代码搜索:LEDS
找到约 3,223 项符合「LEDS」的源代码
代码结果 3,223
www.eeworm.com/read/27481/984361
c capcom_pwm.c
// CAPCOM_PWM.c
// Christian Kulig, 10/29/02
//
// This sample uses the Capture Compare Unit (CCU) to create Pulse Width
// Modulated (PWM) signals to drive and dimm two LEDs on port P2.1 and P2.
www.eeworm.com/read/28506/999670
c capcom_pwm.c
// CAPCOM_PWM.c
// Christian Kulig, 10/29/02
//
// This sample uses the Capture Compare Unit (CCU) to create Pulse Width
// Modulated (PWM) signals to drive and dimm two LEDs on port P2.1 and P2.
www.eeworm.com/read/35331/1055674
c capcom_pwm.c
// CAPCOM_PWM.c
// Christian Kulig, 10/29/02
//
// This sample uses the Capture Compare Unit (CCU) to create Pulse Width
// Modulated (PWM) signals to drive and dimm two LEDs on port P2.1 and P2.
www.eeworm.com/read/37558/1082745
c capcom_pwm.c
// CAPCOM_PWM.c
// Christian Kulig, 10/29/02
//
// This sample uses the Capture Compare Unit (CCU) to create Pulse Width
// Modulated (PWM) signals to drive and dimm two LEDs on port P2.1 and P2.
www.eeworm.com/read/310709/3691748
nc moteplatformc.nc
module MotePlatformC {
provides interface Init;
}
implementation {
command error_t Init.init() {
//LEDS
TOSH_SET_RED_LED_PIN();
TOSH_SET_GREEN_LED_PIN();
TOSH_SET_YELLOW_LED_PIN();
www.eeworm.com/read/443440/1740280
cgi index.cgi
Microchip TCP/IP Stack
Stack version: %16
Build date: %17
Actions
Toggle LEDs:
www.eeworm.com/read/436145/1852675
c capcom_pwm.c
// CAPCOM_PWM.c
// Christian Kulig, 10/29/02
//
// This sample uses the Capture Compare Unit (CCU) to create Pulse Width
// Modulated (PWM) signals to drive and dimm two LEDs on port P2.1 and P2.
www.eeworm.com/read/435186/1865870
c capcom_pwm.c
// CAPCOM_PWM.c
// Christian Kulig, 10/29/02
//
// This sample uses the Capture Compare Unit (CCU) to create Pulse Width
// Modulated (PWM) signals to drive and dimm two LEDs on port P2.1 and P2.
www.eeworm.com/read/402579/2319093
init shareload.init
#!/bin/sh /etc/rc.common
# Copyright (C) 2006 OpenWrt.org
START=91
boot() {
/usr/sbin/shareload.sh
# set leds to normal state
. /etc/diag.sh
set_state done
}
www.eeworm.com/read/397376/2402862
205af3d260c0001d1369d968286a6809
#ifndef PACKAGE_H
#define PACKAGE_H
#define pckSTACK_SIZE configMINIMAL_STACK_SIZE
#define NORMAL 0
/*
#define ledNUMBER_OF_LEDS ( 3 )*/
#define pck_RATE_BASE ( ( portTickType ) 50 )
st