代码搜索:LEDS

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

代码结果 3,223
www.eeworm.com/read/383940/2606926

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/383940/2608188

dot tos.system.ledsc.dot

digraph "tos.system.LedsC" { n0x1056858 [shape=ellipse, style=filled, label="Leds", fontsize=12]; "LedsP" [fontsize=12, shape=box, URL="../chtml/tos.system.LedsP.html"]; "PlatformLedsC" [fontsiz
www.eeworm.com/read/383940/2609011

nc testmts300p.nc

#include "Timer.h" #include "XMTS300.h" #include "mts300.h" module TestMts300P { uses { interface Leds; interface Boot; interface Timer as MTS300Timer; // commu
www.eeworm.com/read/383940/2609481

c sensestoreandforward.c

#include "tosthread.h" #include "tosthread_amradio.h" #include "tosthread_leds.h" #include "tosthread_threadsync.h" #include "tosthread_logstorage.h" #include "tmote_onboard_sensors.h" #include "Stora
www.eeworm.com/read/357060/3032786

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/265353/4282876

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/368528/9690942

cgi index.cgi

Microchip TCP/IP Stack Stack version: %16 Build date: %17 Actions Toggle LEDs:
www.eeworm.com/read/413800/11142186

txt abstract.txt

The Memory project is a demo program for the Keil MCBSTM32 Board using a ST STM32F103RBT6 Microcontroller. It demonstrates an USB Memory based on USB Mass Storage Class. LEDs are used to displa
www.eeworm.com/read/105484/15666216

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/391114/8421015

c main.c

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