]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tutorials/BlinkConfig/README.txt
Added volume valid check. Verified operation with telos and micaz
[tinyos-2.x.git] / apps / tutorials / BlinkConfig / README.txt
index 07de82855656f2679ace854989d10cc957c6a2e9..01a02ae3249ee6b207419057e0b23659db74f7f4 100644 (file)
@@ -1,4 +1,4 @@
-$Id$: README.txt,v 1.5 2006/12/12 18:22:52 vlahan Exp $
+$Id$
 
 README for Config
 Author/Contact: tinyos-help@millennium.berkeley.edu
@@ -19,13 +19,15 @@ Description:
           blink rate cycles through the following values: 1Hz, 2Hz, 4Hz, 
           and 8Hz.
 
-  The first time this application is installed, the green LED will
-  light up and remain on (indicating that the configuration storage
-  volume did not have the expected version number).
+  The first two times this application is installed, the green LED
+  will light up and remain on (the first time indicating that the
+  storage volume is not valid and second time that the volume does not
+  have the expected version number).
 
   The red LED will remain lit during the flash write/commit operation.
 
-  The blue (yellow) LED blinks at the period stored and read from flash.
+  The blue (yellow) LED blinks with the period stored and read from
+  flash.
 
   See Lesson 7 for details.