]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tutorials/BlinkConfig/BlinkConfigC.nc
Updated files.
[tinyos-2.x.git] / apps / tutorials / BlinkConfig / BlinkConfigC.nc
index 394f5b2e7b595cde838a3b457f373f69665abb86..91853c7da908484474f6db6a4549fe25ffbcfa14 100644 (file)
  * UPDATES, ENHANCEMENTS, OR MODIFICATIONS."
  */
 
+/**
+ * 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 {
     interface Boot;