X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2FRadioCountToLeds%2FREADME.txt;h=af0c80760784ff641cd6b89bb8ea6e9400e9c694;hb=b7e372c3aa2f1da307407397da3b032df4ac4d49;hp=77471ba5373574c1ab77ef2af9a06b952c70332d;hpb=1ba974b83d19fc41bf80acd52726f36f7f1df297;p=tinyos-2.x.git diff --git a/apps/RadioCountToLeds/README.txt b/apps/RadioCountToLeds/README.txt index 77471ba5..af0c8076 100644 --- a/apps/RadioCountToLeds/README.txt +++ b/apps/RadioCountToLeds/README.txt @@ -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.