summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichardBarry <RichardBarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2009-02-03 15:21:51 +0000
committerRichardBarry <RichardBarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2009-02-03 15:21:51 +0000
commit3e80be449f3f73627ac388cdfe0e3a5f7a9498a9 (patch)
treeef01953cd86a9dfae5a1ddb9368f4a9e2a6e545b
parentcc1478909ec524bf40078a6b32e4e0f45fee3274 (diff)
downloadfreertos-3e80be449f3f73627ac388cdfe0e3a5f7a9498a9.tar.gz
freertos-3e80be449f3f73627ac388cdfe0e3a5f7a9498a9.tar.bz2
freertos-3e80be449f3f73627ac388cdfe0e3a5f7a9498a9.tar.xz
Add a little more commenting.
git-svn-id: https://freertos.svn.sourceforge.net/svnroot/freertos/trunk@668 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
-rw-r--r--Demo/MB96350_Softune_Dice_Kit/main.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/Demo/MB96350_Softune_Dice_Kit/main.c b/Demo/MB96350_Softune_Dice_Kit/main.c
index adbffc37..99aff231 100644
--- a/Demo/MB96350_Softune_Dice_Kit/main.c
+++ b/Demo/MB96350_Softune_Dice_Kit/main.c
@@ -96,6 +96,18 @@
*
* The co-routines all execute within a single low priority task.
*
+ *
+ *
+ * When this demo is executing as expected:
+ *
+ * + Every segment of both displays will toggle at a fixed frequency - with each
+ * segment using a different frequency.
+ * + When a button is pushed the segment toggling will temporarily stop and the
+ * dice 'throw' will start whereby the display will show a fast changing random
+ * number for a few seconds before the dice value is chosen and displayed.
+ * + If the button is not pushed again within five seconds of the dice value being
+ * displayed the segment toggling will commence again.
+ *
*****/
/* Kernel includes. */