]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
updates
authorklueska <klueska>
Tue, 4 Sep 2007 22:51:38 +0000 (22:51 +0000)
committerklueska <klueska>
Tue, 4 Sep 2007 22:51:38 +0000 (22:51 +0000)
doc/html/tutorial/lesson15.html
doc/html/tutorial/lesson16.html

index cb9075f77efbb3c6d0809c2a9b29c72b2969bc4f..5e17b9dbd50afa3d79ef749f991dbb0a3e05126b 100644 (file)
     At present, this application is not included in
     the official TinyOS distribution (<= 2.0.2).  If you are using TinyOS
     from a cvs checkout, you will find it located under
-    <code>apps/tests/TestPrintf</code>.  Otherwise, you can obtain it from
+    <code>apps/tutorials/Printf</code>.  Otherwise, you can obtain it from
     cvs by running the following set of commands from a terminal window:
     </p>
 
     <pre>
-cd $TOSROOT/apps/tests
+cd $TOSROOT/apps/tutorials
 cvs -d:pserver:anonymous@tinyos.cvs.sourceforge.net:/cvsroot/tinyos login
-cvs -z3 -d:pserver:anonymous@tinyos.cvs.sourceforge.net:/cvsroot/tinyos co -P -d TestPrintf tinyos-2.x/apps/tests/TestPrintf</pre>
+cvs -z3 -d:pserver:anonymous@tinyos.cvs.sourceforge.net:/cvsroot/tinyos co -P -d Printf tinyos-2.x/apps/tutorials/Printf</pre>
     <p>
     Just hit enter when prompted for a CVS password.  You do not need to enter one.
     </p>
index 300940e195f9c329fcd1a9826903aa45b90715ca..59711c3e80e552850083999c216e18df27d10576 100644 (file)
@@ -416,12 +416,28 @@ you are interested in seeing an example of where this override functionality is
 <h1>
 Low Power Sensing Application
 </h1>
-A fully functional low-power sensing application that combines each of the techniques 
-found in this tutorial can be found in <code>apps/tutorials/LowPowerSensing</code>.  This
+<p>
+A fully functional low-power sensing application has been created that combines each 
+of the techniques found in this tutorial.  At present, this application is not included 
+in the official TinyOS distribution (<= 2.0.2).  If you are using TinyOS from a cvs 
+checkout, you will find it located under <code>apps/tutorials/LowPowerSensing</code>.  
+Otherwise, you can obtain it from
+cvs by running the following set of commands from a terminal window:
+</p>
+
+    <pre>
+cd $TOSROOT/apps/tutorials
+cvs -d:pserver:anonymous@tinyos.cvs.sourceforge.net:/cvsroot/tinyos login
+cvs -z3 -d:pserver:anonymous@tinyos.cvs.sourceforge.net:/cvsroot/tinyos co -P -d LowPowerSensing tinyos-2.x/apps/tutorials/LowPowerSensing</pre>
+    <p>
+    Just hit enter when prompted for a CVS password.  You do not need to enter one.
+    </p>
+
+This
 application has been tested on telosb and mica2 platforms, but should be usable
 on others without modification.  Take a look at the README file found in the top level directory
 for more information.
-
+</p>
 <a name=#related_docs>
 <h1>Related Documentation</h1>
 </a>