]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tosthreads/apps/Blink_DynamicThreads/BlinkC.nc
Updated documentation on all of the applications as well as modified the TestJoin...
[tinyos-2.x.git] / apps / tosthreads / apps / Blink_DynamicThreads / BlinkC.nc
index 291d6cbf18e7e0b2cf6ab02ccfe97c9c8190a8f3..49b274ec6be5bc0293052626130c8a2e7dad03ad 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>
  */
 
 module BlinkC {