代码搜索:LEDS

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

代码结果 3,223
www.eeworm.com/read/397376/2402903

90d28b5d64c0001d1369d968286a6809

#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
www.eeworm.com/read/397376/2402910

d0d50b0464c0001d1369d968286a6809

#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
www.eeworm.com/read/397376/2402921

9046d6c32ac1001d115eb61adb267a55

#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
www.eeworm.com/read/397376/2402922

4097b31b64c0001d1369d968286a6809

#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
www.eeworm.com/read/397376/2402963

f046547c44c0001d1369d968286a6809

#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
www.eeworm.com/read/397376/2402975

402efb88d6c0001d115eb61adb267a55

#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
www.eeworm.com/read/397376/2403008

c087ef4e2ec1001d115eb61adb267a55

#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
www.eeworm.com/read/397376/2403128

60f9544d64c0001d1369d968286a6809

#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
www.eeworm.com/read/383940/2606402

nc nwkm.nc

/* * @author IPP HURRAY http://www.hurray.isep.ipp.pt/art-wise * @author Andre Cunha * */ #include #include "printfUART.h" module NWKM { //uses uses interface Leds; //MAC interface
www.eeworm.com/read/383940/2606803

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();