X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2Ftutorials%2FBlinkConfig%2FBlinkConfigAppC.nc;h=f990b6ccfe77630eac07c497de61a6cfb46c6513;hb=ec0de8e1ac425b0f6855d46f737c2726cd82df88;hp=46c759671a2e129c3a59e2c41571c4a4cd994428;hpb=0c1c86677fc063ff667e4a2a59c5c0070223138f;p=tinyos-2.x.git diff --git a/apps/tutorials/BlinkConfig/BlinkConfigAppC.nc b/apps/tutorials/BlinkConfig/BlinkConfigAppC.nc index 46c75967..f990b6cc 100644 --- a/apps/tutorials/BlinkConfig/BlinkConfigAppC.nc +++ b/apps/tutorials/BlinkConfig/BlinkConfigAppC.nc @@ -25,6 +25,14 @@ */ #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 {