代码搜索:tinyOS
找到约 3,275 项符合「tinyOS」的源代码
代码结果 3,275
www.eeworm.com/read/383940/2608689
repository
tinyos-2.x/apps/tests/eyesIFX/Radio/TestHAL/TestTDA5250Control
www.eeworm.com/read/310709/3692325
extra reinstall.extra
#-*-Makefile-*- vim:syntax=make
#$Id: reinstall.extra,v 1.1.2.1 2005/03/23 19:34:59 cssharp Exp $
NODEID = $(REINSTALL)
BUILD_DEPS = setid program
ifdef TINYOS_NP
ifeq ($(TINYOS_NP),BNP)
BUILD
www.eeworm.com/read/310709/3692340
extra reinstall.extra
#-*-Makefile-*- vim:syntax=make
#$Id: reinstall.extra,v 1.1.2.1 2005/03/23 19:34:56 cssharp Exp $
NODEID = $(REINSTALL)
BUILD_DEPS = setid program delsetid
ifdef TINYOS_NP
ifeq ($(TINYOS_NP),BNP)
www.eeworm.com/read/270919/4233774
java pingpong.java
import net.tinyos.util.*;
import net.tinyos.message.*;
import java.io.*;
import java.util.*;
public class PingPong implements MessageListener,Runnable {
public static byte group_id = 0x7D;
M
www.eeworm.com/read/383940/2608534
extra reinstall.extra
#-*-Makefile-*- vim:syntax=make
#$Id: reinstall.extra,v 1.4 2006/12/12 18:22:59 vlahan Exp $
NODEID = $(REINSTALL)
BUILD_DEPS = setid program delsetid
ifdef TINYOS_NP
ifeq ($(TINYOS_NP),BNP)
B