X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2Ftosthreads%2Fapps%2FBlink%2FBlinkC.nc;h=ed6fcb7d2fbefe2815e5211d45c0210ee8b63ddd;hb=82b0ae40259e7b3a31b13b9a379d82c2011fd4c4;hp=e4027006baa98a6274623ad953fe94cc349ff335;hpb=8b80d9d0c58ecf3012efb74ec3d4d1f5e599ccda;p=tinyos-2.x.git diff --git a/apps/tosthreads/apps/Blink/BlinkC.nc b/apps/tosthreads/apps/Blink/BlinkC.nc index e4027006..ed6fcb7d 100644 --- a/apps/tosthreads/apps/Blink/BlinkC.nc +++ b/apps/tosthreads/apps/Blink/BlinkC.nc @@ -30,6 +30,12 @@ */ /** + * Blink is a simple application used to test the basic functionality of + * TOSThreads. + * + * 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. + * * @author Kevin Klues (klueska@cs.stanford.edu) */