]> git.sur5r.net Git - freertos/commitdiff
Add a little more commenting.
authorRichardBarry <RichardBarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 3 Feb 2009 15:21:51 +0000 (15:21 +0000)
committerRichardBarry <RichardBarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 3 Feb 2009 15:21:51 +0000 (15:21 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@668 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Demo/MB96350_Softune_Dice_Kit/main.c

index adbffc37d133eff82ecc0ca02e2d1ae6f74bc564..99aff23112726f8f0cf329c2fcbec416461d14b6 100644 (file)
  *\r
  * The co-routines all execute within a single low priority task.\r
  *\r
+ *\r
+ *\r
+ * When this demo is executing as expected:\r
+ *\r
+ * + Every segment of both displays will toggle at a fixed frequency - with each\r
+ *   segment using a different frequency.\r
+ * + When a button is pushed the segment toggling will temporarily stop and the\r
+ *   dice 'throw' will start whereby the display will show a fast changing random\r
+ *   number for a few seconds before the dice value is chosen and displayed.\r
+ * + If the button is not pushed again within five seconds of the dice value being\r
+ *   displayed the segment toggling will commence again.\r
+ *\r
  *****/\r
 \r
 /* Kernel includes. */\r