[Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/cc2420/RssiToSerial RssiToSerialC.nc, 1.1, 1.2 RssiToSerialP.nc, 1.2, 1.3

David Gay idgay at users.sourceforge.net
Tue Jun 24 13:36:26 PDT 2008


Update of /cvsroot/tinyos/tinyos-2.x/apps/tests/cc2420/RssiToSerial
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv4320/RssiToSerial

Modified Files:
	RssiToSerialC.nc RssiToSerialP.nc 
Log Message:
nesdoc

Index: RssiToSerialC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/cc2420/RssiToSerial/RssiToSerialC.nc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** RssiToSerialC.nc	12 Apr 2007 17:14:08 -0000	1.1
--- RssiToSerialC.nc	24 Jun 2008 20:36:24 -0000	1.2
***************
*** 31,48 ****
   */
   
   /**
    * @author Jared Hill
    */
   
   
- #include "RssiToSerial.h"
- 
- /**
-  * 
-  *
-  * @author Jared Hill
-  * @date   23 March 2007
-  */
- 
  configuration RssiToSerialC {}
  implementation {
--- 31,50 ----
   */
   
+ #include "RssiToSerial.h"
+ 
   /**
+   * This is more of a general demonstration than a test.
+   *
+   * Install this application to one node, connected to the computer.
+   * The node will measure the environmental RSSI from the CC2420 and
+   * sending those readings over the serial port.
+   *
+   * Use the Java application to display the relative RSSI readings.
+   *
    * @author Jared Hill
+   * @date   23 March 2007
    */
   
   
  configuration RssiToSerialC {}
  implementation {

Index: RssiToSerialP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/cc2420/RssiToSerial/RssiToSerialP.nc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** RssiToSerialP.nc	13 Sep 2007 23:10:21 -0000	1.2
--- RssiToSerialP.nc	24 Jun 2008 20:36:24 -0000	1.3
***************
*** 30,47 ****
   */
   
-  /**
-   * @author Jared Hill
-   */
-  
  #include "Timer.h"
  #include "RssiToSerial.h"
   
! /**
!  * 
!  *
!  * @author Jared Hill
   * @date   23 March 2007
!  */
! 
  module RssiToSerialP {
    uses {
--- 30,49 ----
   */
   
  #include "Timer.h"
  #include "RssiToSerial.h"
   
!  /**
!   * This is more of a general demonstration than a test.
!   *
!   * Install this application to one node, connected to the computer.
!   * The node will measure the environmental RSSI from the CC2420 and
!   * sending those readings over the serial port.
!   *
!   * Use the Java application to display the relative RSSI readings.
!   *
!   * @author Jared Hill
   * @date   23 March 2007
!   */
!  
  module RssiToSerialP {
    uses {



More information about the Tinyos-2-commits mailing list