X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2Ftosthreads%2Fapps%2FTestJoin%2FTestJoinC.nc;h=ada03332d676a8fa2a202c7a58b0becdda415b02;hb=d5016f4dac85a26df066061143428839649f4f93;hp=13a2c2a5bb274a86cdabdbf1b3918aeeca16037b;hpb=82b0ae40259e7b3a31b13b9a379d82c2011fd4c4;p=tinyos-2.x.git diff --git a/apps/tosthreads/apps/TestJoin/TestJoinC.nc b/apps/tosthreads/apps/TestJoin/TestJoinC.nc index 13a2c2a5..ada03332 100644 --- a/apps/tosthreads/apps/TestJoin/TestJoinC.nc +++ b/apps/tosthreads/apps/TestJoin/TestJoinC.nc @@ -34,9 +34,17 @@ * the join() system call for waiting on a set of threads in a TOSThreads * based application. * - * 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
* * @author Kevin Klues (klueska@cs.stanford.edu) */