[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
- Previous message: [Tinyos-2-commits]
CVS: tinyos-2.x/apps/tests/eyesIFX/RadioCountToFlash
Makefile, 1.1, 1.2 README.txt, 1.1, 1.2 RadioCountToFlash.h,
1.1, 1.2 RadioCountToFlashAppC.nc, 1.1,
1.2 RadioCountToFlashC.nc, 1.1, 1.2 volumes-at45db.xml, 1.1, 1.2
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/doc/html/tutorial lesson10.html,
1.1, 1.2 lesson12.html, 1.1, 1.2 lesson13.html, 1.1,
1.2 lesson7.html, 1.1, 1.2 lesson9.html, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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:
- Previous message: [Tinyos-2-commits]
CVS: tinyos-2.x/apps/tests/eyesIFX/RadioCountToFlash
Makefile, 1.1, 1.2 README.txt, 1.1, 1.2 RadioCountToFlash.h,
1.1, 1.2 RadioCountToFlashAppC.nc, 1.1,
1.2 RadioCountToFlashC.nc, 1.1, 1.2 volumes-at45db.xml, 1.1, 1.2
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/doc/html/tutorial lesson10.html,
1.1, 1.2 lesson12.html, 1.1, 1.2 lesson13.html, 1.1,
1.2 lesson7.html, 1.1, 1.2 lesson9.html, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list