]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Distinguish flicker and toggle.
authorscipio <scipio>
Thu, 19 Apr 2007 23:43:40 +0000 (23:43 +0000)
committerscipio <scipio>
Thu, 19 Apr 2007 23:43:40 +0000 (23:43 +0000)
apps/tests/TestAM/README.txt

index c3248eb3703db9675cda955615b7e9b15261c0d8..7faff8478f4122f18f0be92a6a7411ddf70ffe15 100644 (file)
@@ -3,9 +3,9 @@ Author/Contact: tinyos-help@millennium.berkeley.edu
 
 Description:
 
-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 
+TestAM sends active message broadcasts at 1Hz and briefly flickers LED 0 
+whenever it has sucessfully sent a broadcast. Whenever it receives one of 
+these broadcasts from another node, it toggles 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.