From: liang_mike Date: Tue, 9 Feb 2010 01:54:51 +0000 (+0000) Subject: Address comments for README from RC4 testing, and clarify the expected LED behavior X-Git-Tag: rc_6_tinyos_2_1_1~23 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=bebd1b3300f41a5fd949a29bf356b0fd36f0e1a6 Address comments for README from RC4 testing, and clarify the expected LED behavior --- diff --git a/apps/tosthreads/apps/TestJoin/README b/apps/tosthreads/apps/TestJoin/README index 424e07b2..10719d87 100644 --- a/apps/tosthreads/apps/TestJoin/README +++ b/apps/tosthreads/apps/TestJoin/README @@ -13,9 +13,10 @@ 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 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. Tools: None. diff --git a/apps/tosthreads/apps/TestJoin/TestJoinAppC.nc b/apps/tosthreads/apps/TestJoin/TestJoinAppC.nc index 4676b021..08e106aa 100644 --- a/apps/tosthreads/apps/TestJoin/TestJoinAppC.nc +++ b/apps/tosthreads/apps/TestJoin/TestJoinAppC.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) */ 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) */