]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Address comments for README from RC4 testing, and clarify the expected LED behavior
authorliang_mike <liang_mike>
Tue, 9 Feb 2010 01:54:51 +0000 (01:54 +0000)
committerliang_mike <liang_mike>
Tue, 9 Feb 2010 01:54:51 +0000 (01:54 +0000)
apps/tosthreads/apps/TestJoin/README
apps/tosthreads/apps/TestJoin/TestJoinAppC.nc
apps/tosthreads/apps/TestJoin/TestJoinC.nc

index 424e07b2c6d35a6b021af0ab054b9159f3a8abcf..10719d87697aadde82470ae37666418552415363 100644 (file)
@@ -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.
index 4676b021d344d1d73ba372f9c5cb3821ebf5da2e..08e106aaa132f1225e97fe5558b4bfc2f2788824 100644 (file)
  * 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)
  */
index 13a2c2a5bb274a86cdabdbf1b3918aeeca16037b..58485f1a1aa4b5e91542ea7c009c1a3654a03e75 100644 (file)
  * 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)
  */