]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tests/cc2420/LplBroadcastCountToLeds/README.txt
Updates to files after running the majority of the telosb rc3 tests
[tinyos-2.x.git] / apps / tests / cc2420 / LplBroadcastCountToLeds / README.txt
index 2669f84e9456aa847b5f7107a02e8f1c3fb12bec..bb30e90d358082ec97800bb610222b18c8c38e01 100644 (file)
@@ -1,4 +1,4 @@
-README for RadioCountToLeds
+README for LplBroadcastCountToLeds
 Author/Contact: tinyos-help@millennium.berkeley.edu
 
 Description:
@@ -12,7 +12,7 @@ Each node is performing 1 second receive checks, but there is a
 1.5 second delay between each transmission.
 
 Verification:
- * Install the application to at two motes
+ * Install the application on two motes
  * Both motes should count up their LED's just like RadioCountToLeds
    - This indicates they are communicating with each other.
  * LED's will not toggle in rhythm.
@@ -22,13 +22,8 @@ Verification:
 
 If you see LED's waggling on both motes, the test passed.
 
-To compile for motes with CC2420 radios, you must do:
-  env CFLAGS="-DLOW_POWER_LISTENING" make <platform>
 
-
-
-
-RadioCountToLeds maintains a 4Hz counter, broadcasting its value in 
+LplBroadcastCountToLeds maintains a 4Hz counter, broadcasting its value in 
 an AM packet every time it gets updated. A RadioCountToLeds node that 
 hears a counter displays the bottom three bits on its LEDs. This 
 application is a useful test to show that basic AM communication and