代码搜索:tinyOS
找到约 3,275 项符合「tinyOS」的源代码
代码结果 3,275
www.eeworm.com/read/415669/2134024
java s4constants.java
package net.tinyos.cr;
public interface S4Constants {
public static final short AM_S4_APP_MSG = 55; //0x37
public static final short AM_S4_BEACON_MSG = 56; //0x38
www.eeworm.com/read/383940/2605463
1 ncc.1
.TH ncc 1 "April 27, 2004"
.LO 1
.SH NAME
ncc - nesC compiler for TinyOS
.SH SYNOPSIS
\fBncc\fR [\fB-target=\fIpc|mica|mica2|mica2dot|...\fR] [\fB-tossim\fR]
[\fB-board=\fImicasb|basicsb|micawb|.
www.eeworm.com/read/11139/202646
extra entries.extra
/install-tinyos.html////
/overview.html////
/porting.html////
/tep1.html////
/tep101.html////
/tep102.html////
/tep103.html////
/tep105.html////
/tep106.html////
/tep107.html////
/tep108.htm
www.eeworm.com/read/11139/202648
old entries.extra.old
/install-tinyos.html////
/overview.html////
/porting.html////
/tep1.html////
/tep101.html////
/tep102.html////
/tep103.html////
/tep105.html////
/tep106.html////
/tep107.html////
/tep108.htm
www.eeworm.com/read/383940/2605398
1 tos-mviz.1
.TH tos-mviz 1 "Oct 24, 2006"
.LO 1
.SH NAME
tos-mviz - Launch MViz, the TinyOS network visualizer
.SH SYNOPSIS
\fBtos-mviz\fR [\fB-comm\fR \fIserial-source\fR] \fImig-class\fR [\fImig-class]...
.S
www.eeworm.com/read/383940/2605447
reswig
#!/bin/sh
swig -java -package net.tinyos.comm -c++ TOSComm.i
perl -pe 's{^}{//} if /For gcc on Windows/; s/\b(JNICALL) (Java_)/$1 _$2/' TOSComm_wrap.cxx >TOSComm_wrap_win32.cxx
rm TOSComm.java
mv *.ja
www.eeworm.com/read/11139/202476
entries
/doc.css/1.6/Tue Aug 14 18:58:01 2007//
/tep.css/1.6/Tue Aug 14 18:58:01 2007//
/tinyos.css/1.5/Tue Dec 12 18:22:53 2006//
/tutorial.css/1.5/Tue Dec 12 18:22:53 2006//
D
www.eeworm.com/read/11139/203108
entries
/.cvsignore/1.2/Wed Jul 12 16:59:54 2006//
/Makefile/1.5/Thu Aug 30 22:29:11 2007//
/Makefile.include/1.2/Wed Jul 12 16:59:54 2006//
/build.xml/1.2/Wed Aug 15 18:06:05 2007//
/tinyos.jar/1.12/Wed
www.eeworm.com/read/383940/2605535
c fail.c
#undef SAFE_TINYOS
static void led_off_0 (void) {
__asm__ volatile ("bis.b #16, &0x0031");
}
static void led_off_1 (void) {
__asm__ volatile ("bis.b #32, &0x0031");
}
static void led_o