X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=blobdiff_plain;f=apps%2Ftosthreads%2Fapps%2FTestJoin%2FTestJoinC.nc;h=58485f1a1aa4b5e91542ea7c009c1a3654a03e75;hp=13a2c2a5bb274a86cdabdbf1b3918aeeca16037b;hb=bebd1b3300f41a5fd949a29bf356b0fd36f0e1a6;hpb=7409b3f93aa5cec1679b5c79b118b52e33bd81cf diff --git a/apps/tosthreads/apps/TestJoin/TestJoinC.nc b/apps/tosthreads/apps/TestJoin/TestJoinC.nc index 13a2c2a5..58485f1a 100644 --- a/apps/tosthreads/apps/TestJoin/TestJoinC.nc +++ b/apps/tosthreads/apps/TestJoin/TestJoinC.nc @@ -34,9 +34,10 @@ * 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 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. * * @author Kevin Klues (klueska@cs.stanford.edu) */