]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/RadioCountToLeds/README.txt
Updated README.txt to be a bit more descriptive
[tinyos-2.x.git] / apps / RadioCountToLeds / README.txt
index 77471ba5373574c1ab77ef2af9a06b952c70332d..af0c80760784ff641cd6b89bb8ea6e9400e9c694 100644 (file)
@@ -3,14 +3,16 @@ Author/Contact: tinyos-help@millennium.berkeley.edu
 
 Description:
 
-RadioCountToLeds maintains a 4Hz counter and broadcsts its value. 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 timers work.
+RadioCountToLeds 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 
+timers work.
 
 Tools:
 
-RadioCountMsg.java is a Java class representing the message that
+After compiling, RadioCountMsg.java and RadioCountMsg.py files will be
+created.  RadioCountMsg.java is a Java class representing the message that
 this application sends.  RadioCountMsg.py is a Python class representing
 the message that this application sends.