]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tests/TestAM/TestAMAppC.nc
Merge over into the trunk.
[tinyos-2.x.git] / apps / tests / TestAM / TestAMAppC.nc
index 4e5c0fdb241cd18c24d4b799ff4b42d361258dda..63754ceae7d50de81a9a69d2d277803bc24629d6 100644 (file)
  */
 
 /**
- * This application sends active message broadcasts at 1Hz and blinks
- * LED 0 when it receives a broadcast. It uses the radio HIL component
- * <tt>ActiveMessageC</tt>, and its packets are AM type 240.
+ * Configuration for 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.
  *
  * @author Philip Levis
  * @date   May 16 2005