]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tests/cc2420/RssiToSerial/RssiToSerialP.nc
nesdoc
[tinyos-2.x.git] / apps / tests / cc2420 / RssiToSerial / RssiToSerialP.nc
index 0ee4bf3b037d8f7150f44894806843e9fb0238c1..0ec6bcaf5d720fcb3e3f258df6c767e1a540c3e8 100644 (file)
  * OF THE POSSIBILITY OF SUCH DAMAGE
  */
  
- /**
-  * @author Jared Hill
-  */
 #include "Timer.h"
 #include "RssiToSerial.h"
  
-/**
- * 
- *
- * @author Jared Hill
+ /**
+  * 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 {
     interface Leds;