[Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/cc2420/RssiToSerial RssiToSerial.h, 1.1, 1.2 SpecAnalyzer.java, 1.1, 1.2
David Gay
idgay at users.sourceforge.net
Tue Jun 24 11:05:50 PDT 2008
Update of /cvsroot/tinyos/tinyos-2.x/apps/tests/cc2420/RssiToSerial
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv5363/RssiToSerial
Modified Files:
RssiToSerial.h SpecAnalyzer.java
Log Message:
use app am ids
Index: RssiToSerial.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/cc2420/RssiToSerial/RssiToSerial.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** RssiToSerial.h 12 Apr 2007 17:14:08 -0000 1.1
--- RssiToSerial.h 24 Jun 2008 18:05:48 -0000 1.2
***************
*** 45,49 ****
enum {
! AM_RSSI_SERIAL_MSG = 6,
WAIT_TIME = 256,
//* Using log2 samples to avoid a divide. Sending a packet every 1 second will allow
--- 45,49 ----
enum {
! AM_RSSI_SERIAL_MSG = 134,
WAIT_TIME = 256,
//* Using log2 samples to avoid a divide. Sending a packet every 1 second will allow
Index: SpecAnalyzer.java
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/cc2420/RssiToSerial/SpecAnalyzer.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** SpecAnalyzer.java 12 Apr 2007 17:14:08 -0000 1.1
--- SpecAnalyzer.java 24 Jun 2008 18:05:48 -0000 1.2
***************
*** 32,36 ****
/**
! *
* @author Jared Hill
*/
--- 32,38 ----
/**
! * Java class to display RSSI readings returned from a mote running the
! * RssiToSerial application.
! *
* @author Jared Hill
*/
More information about the Tinyos-2-commits
mailing list