X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2Ftests%2FTestAM%2FTestAMAppC.nc;h=63754ceae7d50de81a9a69d2d277803bc24629d6;hb=1a329382c4f4556fd52d85f4e3f4a67e54911682;hp=4e5c0fdb241cd18c24d4b799ff4b42d361258dda;hpb=3837fe262225242d1629ba72bdf12f6d162ba5c0;p=tinyos-2.x.git diff --git a/apps/tests/TestAM/TestAMAppC.nc b/apps/tests/TestAM/TestAMAppC.nc index 4e5c0fdb..63754cea 100644 --- a/apps/tests/TestAM/TestAMAppC.nc +++ b/apps/tests/TestAM/TestAMAppC.nc @@ -30,9 +30,12 @@ */ /** - * This application sends active message broadcasts at 1Hz and blinks - * LED 0 when it receives a broadcast. It uses the radio HIL component - * ActiveMessageC, 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 ActiveMessageC, + * 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