See graph

Dependencies:   MCP23017 SDFileSystem WattBob_TextLCD mbed

Fork of Embedded_Software_Assignment_2 by Steven Kay

Revision:
11:1069d300847b
Parent:
10:c0531edf4850
Child:
13:4b595e5d443f
--- a/main.cpp	Wed Mar 02 13:38:27 2016 +0000
+++ b/main.cpp	Tue Mar 14 02:36:32 2017 +0000
@@ -5,12 +5,12 @@
                      Embedded Software - Assignment 2
                      --------------------------------
  
- Written by:        Steven Kay
+ Written by:        Xavier Gouesnard
  
- Date:              February 2016
+ Date:              March 2017
  
  Function:          This is the main runner containing the Cyclic executive
-                    There are 7 defined tasks and several Auxillary components
+                    There are 8 defined tasks and several Auxillary components
                     which are logically ran periodically at their required time
                     by a Cyclic Executive sequencer.
                     Ticks, or slots, to this Cyclic Executive are provided by
@@ -32,6 +32,7 @@
 Task5 task5(p9,p10,0x40);                       // Output to LCD Display
 Task6 task6;                                    // Logical checks
 Task7 task7(p5,p6,p7,p8,"SD","/SD/A2");         // SD Card Write
+//Task8 task8;                                    // Shutdown Switch
 
 // ============================================================================
 // Cyclic Executive Objects and Declerations