]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tests/TestAM/TestAMC.nc
Merge over into the trunk.
[tinyos-2.x.git] / apps / tests / TestAM / TestAMC.nc
index 35bbb617f1b7668066d43e324701520a86e822b0..506816f3dcde4218c00bbc2659ca2fa78323481f 100644 (file)
  * Intel Research Berkeley, 2150 Shattuck Avenue, Suite 1300, Berkeley, CA, 
  * 94704.  Attention:  Intel License Inquiry.
  */
+#include "Timer.h"
 
 /**
- *  Implementation of the TestAM application.
- *
- *  @author Philip Levis
- *  @date   May 16 2005
+ * Implementation of the TestAM application.  TestAM sends active message 
+ * broadcasts at 1Hz and blinks LED 0 whenever it has sucessfully sent a 
+ * broadcast. Whenever it receives one of these broadcasts from another 
+ * node, it blinks LED 1.  It uses the radio HIL component <tt>ActiveMessageC</tt>, 
+ * and its packets are AM type 240.  This application is useful for testing 
+ * AM communication and the ActiveMessageC component.
  *
- **/
-
-#include "Timer.h"
+ * @author Philip Levis
+ * @date   May 16 2005
+ */
 
 module TestAMC {
   uses {