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