]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tutorials/BlinkConfig/BlinkConfigAppC.nc
Updated files.
[tinyos-2.x.git] / apps / tutorials / BlinkConfig / BlinkConfigAppC.nc
index 46c759671a2e129c3a59e2c41571c4a4cd994428..f990b6ccfe77630eac07c497de61a6cfb46c6513 100644 (file)
  */
 #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 {
 }
 implementation {