X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2Ftosthreads%2Fapps%2FBlink_DynamicThreads%2FBlinkC.nc;h=49b274ec6be5bc0293052626130c8a2e7dad03ad;hb=82b0ae40259e7b3a31b13b9a379d82c2011fd4c4;hp=291d6cbf18e7e0b2cf6ab02ccfe97c9c8190a8f3;hpb=8b80d9d0c58ecf3012efb74ec3d4d1f5e599ccda;p=tinyos-2.x.git diff --git a/apps/tosthreads/apps/Blink_DynamicThreads/BlinkC.nc b/apps/tosthreads/apps/Blink_DynamicThreads/BlinkC.nc index 291d6cbf..49b274ec 100644 --- a/apps/tosthreads/apps/Blink_DynamicThreads/BlinkC.nc +++ b/apps/tosthreads/apps/Blink_DynamicThreads/BlinkC.nc @@ -21,9 +21,13 @@ */ /** - * @author Chieh-Jan Mike Liang + * 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 */ module BlinkC {