代码搜索:tinyOS
找到约 3,275 项符合「tinyOS」的源代码
代码结果 3,275
www.eeworm.com/read/155397/5622196
bashrc
# ~/.bashrc
#
# Initial .bashrc customized for TinyOS
# $Id: bashrc,v 1.1.2.2 2003/08/15 01:04:50 kristinwright Exp $
#
# Workaround for the fact that tinyos is installed by InstallShield and
# Ins
www.eeworm.com/read/155397/5622447
makefile
# Makefile for tools/java/net/tinyos/xnp
TOS = $(shell ncc -print-tosdir)
PACKAGE = net.tinyos.xnp
MIG = mig java
# List of message classes to build
MSGS = XnpMsg.java
INITIAL_TARGETS = $(MSGS)
OTH
www.eeworm.com/read/155397/5622473
makefile
SUBDIRS = event plugins packet lossy
ROOT = ../../..
PLUGINS_SRC = $(wildcard plugins/*.java)
PLUGINS = $(PLUGINS_SRC:.java=.class)
INITIAL_TARGETS = msgs ../sf/old/nido/NidoSerialDataSource.class
OT
www.eeworm.com/read/155397/5622537
java simprotocol.java
// $Id: SimProtocol.java,v 1.5.4.3 2003/08/26 09:08:11 cssharp Exp $
/* tab:2
*
* "Copyright (c) 2000 and The Regents of the University
* of California. All rights reserved.
*
* Permis
www.eeworm.com/read/155397/5623165
readme
README for TestSounder
Author/Contact: tinyos-help@millennium.berkeley.edu
Description:
TestSounder is a very simple application that buzz the sounder periodically.
Tools:
None
Known bugs/l
www.eeworm.com/read/155397/5623177
readme
README for OscilloscopeRF
Author/Contact: tinyos-help@millennium.berkeley.edu
Description:
XnpOscope is an extension of OscilloscopeRF that can take network
reprogramming request.
XnpOscope stops C
www.eeworm.com/read/155397/5623214
readme
README for SenseToRfm
Author/Contact: tinyos-help@millennium.berkeley.edu
Description:
SenseToRfm is an application that periodically samples the photo
sensor and send ADC light reading in a packet
www.eeworm.com/read/293125/8314345
c app.c
# 24 "/usr/include/sys/types.h"
typedef short int __int16_t;
typedef unsigned short int __uint16_t;
typedef int __int32_t;
typedef unsigned int __uint32_t;
__extension__
#line 39
typedef l
www.eeworm.com/read/249528/12489747
c app.c
#define dbg(mode, format, ...) ((void)0)
#define dbg_clear(mode, format, ...) ((void)0)
#define dbg_active(mode) 0
# 60 "/usr/local/avr/include/inttypes.h"
typedef signed char int8_t;
typedef unsi
www.eeworm.com/read/379846/9174241