]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tosthreads/capps/TestJoin/README
Fixed TestJoin README and javadoc
[tinyos-2.x.git] / apps / tosthreads / capps / TestJoin / README
index 424e07b2c6d35a6b021af0ab054b9159f3a8abcf..35eba606d0baa86923a8eb458d7e9d50b333eff0 100644 (file)
@@ -13,9 +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 first see LED0 flash twice with a period of
-1s and LED1 flash 4 times with a period of 1s. After these are done,
-LED2 should come on and stay on.
+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.