[Tinyos-2-commits] CVS: tinyos-2.x/apps/tutorials/BlinkConfig BlinkConfigAppC.nc, 1.1, 1.2 BlinkConfigC.nc, 1.1, 1.2 README.txt, 1.1, 1.2

Phil Levis scipio at users.sourceforge.net
Mon Nov 6 03:57:27 PST 2006


Update of /cvsroot/tinyos/tinyos-2.x/apps/tutorials/BlinkConfig
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv29267/apps/tutorials/BlinkConfig

Modified Files:
	BlinkConfigAppC.nc BlinkConfigC.nc README.txt 
Log Message:
Updated files.


Index: BlinkConfigAppC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tutorials/BlinkConfig/BlinkConfigAppC.nc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** BlinkConfigAppC.nc	5 Nov 2006 08:01:02 -0000	1.1
--- BlinkConfigAppC.nc	6 Nov 2006 11:56:54 -0000	1.2
***************
*** 26,29 ****
--- 26,37 ----
  #include "StorageVolumes.h"
  
+ /**
+  * Application to demonstrate the ConfigStorageC abstraction.  A value
+  * is written to, and read from, the flash storage. A successful test
+  * will turn on both the green and blue (yellow) LEDs.  A failed test
+  * is any other LED configuration.
+  *
+  * @author Prabal Dutta
+  */
  configuration BlinkConfigAppC {
  }

Index: BlinkConfigC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tutorials/BlinkConfig/BlinkConfigC.nc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** BlinkConfigC.nc	5 Nov 2006 08:01:02 -0000	1.1
--- BlinkConfigC.nc	6 Nov 2006 11:56:54 -0000	1.2
***************
*** 25,28 ****
--- 25,36 ----
   */
  
+ /**
+  * Application to demonstrate the ConfigStorageC abstraction.  A value
+  * is written to, and read from, the flash storage. A successful test
+  * will turn on both the green and blue (yellow) LEDs.  A failed test
+  * is any other LED combination..
+  *
+  * @author Prabal Dutta
+  */
  module BlinkConfigC {
    uses {

Index: README.txt
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tutorials/BlinkConfig/README.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** README.txt	5 Nov 2006 08:01:02 -0000	1.1
--- README.txt	6 Nov 2006 11:56:54 -0000	1.2
***************
*** 9,13 ****
  
  A successful test will turn on both the green and blue (yellow)
! LEDs. A failed test will turn on the red led.
  
  Tools:
--- 9,13 ----
  
  A successful test will turn on both the green and blue (yellow)
! LEDs.  A failed test is any other LED combination.
  
  Tools:



More information about the Tinyos-2-commits mailing list