]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tosthreads/apps/TestJoin/README
Fixed TestJoin README and javadoc
[tinyos-2.x.git] / apps / tosthreads / apps / TestJoin / README
index 10719d87697aadde82470ae37666418552415363..2f45af0d3d7fe9fbfc4314d2058c5eb35cfbaebb 100644 (file)
@@ -13,10 +13,17 @@ You can install TestJoin on a mote via the following command:
   
 Valid platforms are currently: tmote, telosb, iris, mica2, micaz, and epic
 
-Upon a successful burn, you should see LED2 toggles at the end of each time
-period. In addition, during each time period, LED0 should toggle twice, and LED1
-toggles four times (with an interval of 1 sec). This LED behavior repeats in the
-next time period.
+Upon a successful burn, you should see all LEDs toggle in the following pattern,
+repeating every 8 seconds:
+
+0s: (110) LED0  ON, LED1  ON, LED2 OFF
+1s: (000) LED0 OFF, LED1 OFF, LED2 OFF
+2s: (010) LED0 OFF, LED1  ON, LED2 OFF
+3s: (000) LED0 OFF, LED1 OFF, LED2 OFF
+4s: (111) LED0  ON, LED1  ON, LED2 ON
+5s: (001) LED0 OFF, LED1 OFF, LED2 ON
+6s: (011) LED0 OFF, LED1  ON, LED2 ON
+7s: (001) LED0 OFF, LED1 OFF, LED2 ON
 
 Tools:
   None.