]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tests/cc2420/RssiToSerial/RssiToSerialC.nc
nesdoc
[tinyos-2.x.git] / apps / tests / cc2420 / RssiToSerial / RssiToSerialC.nc
index bc16c77ccba45d6afc9f823d8a700b42c945405a..d976996030f7eec6624dcfecc6ca74c9fdd4e559 100644 (file)
  * OF THE POSSIBILITY OF SUCH DAMAGE
  */
  
+#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
   */
  
  
-#include "RssiToSerial.h"
-
-/**
- * 
- *
- * @author Jared Hill
- * @date   23 March 2007
- */
-
 configuration RssiToSerialC {}
 implementation {
   components MainC, RssiToSerialP as App, LedsC;