From 6f0163cadad3d89d5ffe299c3260ae43a4858c96 Mon Sep 17 00:00:00 2001 From: klueska Date: Tue, 4 Sep 2007 22:51:38 +0000 Subject: [PATCH] updates --- doc/html/tutorial/lesson15.html | 6 +++--- doc/html/tutorial/lesson16.html | 22 +++++++++++++++++++--- 2 files changed, 22 insertions(+), 6 deletions(-) diff --git a/doc/html/tutorial/lesson15.html b/doc/html/tutorial/lesson15.html index cb9075f7..5e17b9db 100644 --- a/doc/html/tutorial/lesson15.html +++ b/doc/html/tutorial/lesson15.html @@ -119,14 +119,14 @@ 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 - apps/tests/TestPrintf. Otherwise, you can obtain it from + apps/tutorials/Printf. Otherwise, you can obtain it from cvs by running the following set of commands from a terminal window:

-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
+cvs -z3 -d:pserver:anonymous@tinyos.cvs.sourceforge.net:/cvsroot/tinyos co -P -d Printf tinyos-2.x/apps/tutorials/Printf

Just hit enter when prompted for a CVS password. You do not need to enter one.

diff --git a/doc/html/tutorial/lesson16.html b/doc/html/tutorial/lesson16.html index 300940e1..59711c3e 100644 --- a/doc/html/tutorial/lesson16.html +++ b/doc/html/tutorial/lesson16.html @@ -416,12 +416,28 @@ you are interested in seeing an example of where this override functionality is

Low Power Sensing Application

-A fully functional low-power sensing application that combines each of the techniques -found in this tutorial can be found in apps/tutorials/LowPowerSensing. This +

+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 apps/tutorials/LowPowerSensing. +Otherwise, you can obtain it from +cvs by running the following set of commands from a terminal window: +

+ +
+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
+

+ Just hit enter when prompted for a CVS password. You do not need to enter one. +

+ +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. - +

Related Documentation

-- 2.39.2