]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tosthreads/apps/Blink_DynamicThreads/BlinkAppC.nc
Updated documentation on all of the applications as well as modified the TestJoin...
[tinyos-2.x.git] / apps / tosthreads / apps / Blink_DynamicThreads / BlinkAppC.nc
index 1add9280e3c887c7f26b82b9ebe1b1428c156f61..7b2dc31348de0afa22b59a4f2474706338a46ffd 100644 (file)
 */
 
 /**
- * @author Chieh-Jan Mike Liang <cliang4@cs.jhu.edu>
+ * Blink is a simple application used to test the basic functionality of
+ * TOSThreads using dynamic threads rather than static threads.
+ *
+ * Upon a successful burn, you should see LED0 flashing with a period of every
+ * 200ms, and LED1 and LED2 flashing in unison with a period of 1000ms.
  *
- * This is the dynamic thread implementation of Blink.
+ * @author Chieh-Jan Mike Liang <cliang4@cs.jhu.edu>
  */
 
 configuration BlinkAppC {}