X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2Ftosthreads%2Fapps%2FTestSineSensor%2FTestSineSensorC.nc;h=cb97ecf893d63135640886e1967d66e7a8f1eb2e;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hp=f3a277739157fb06432a87a676946159b4aa01fe;hpb=b4356df561e4d3e2b06bfc630aa853548fc0d49b;p=tinyos-2.x.git diff --git a/apps/tosthreads/apps/TestSineSensor/TestSineSensorC.nc b/apps/tosthreads/apps/TestSineSensor/TestSineSensorC.nc index f3a27773..cb97ecf8 100644 --- a/apps/tosthreads/apps/TestSineSensor/TestSineSensorC.nc +++ b/apps/tosthreads/apps/TestSineSensor/TestSineSensorC.nc @@ -30,6 +30,13 @@ */ /** + * This application is used to test the threaded version of the API for accessing + * the software based SineSensor usable by any platform for demonstration purposes. + * + * This application simply takes sensor readings in an infinite loop from the + * SineSensor and forwards them over the serial interface. Upon successful + * transmission, LED0 is toggled. + * * @author Kevin Klues (klueska@cs.stanford.edu) */