See graph

Dependencies:   MCP23017 SDFileSystem WattBob_TextLCD mbed

Fork of Embedded_Software_Assignment_2 by Steven Kay

Revision:
11:1069d300847b
Parent:
10:c0531edf4850
Child:
12:bd7f9d91f28c
--- a/Tasks.cpp	Wed Mar 02 13:38:27 2016 +0000
+++ b/Tasks.cpp	Tue Mar 14 02:36:32 2017 +0000
@@ -5,9 +5,9 @@
                      Embedded Software - Assignment 2
                      --------------------------------
  
- Written by:        Steven Kay
+ Written by:        Xavier Gouesnard
  
- Date:              February 2016
+ Date:              March 2017
  
  Function:          This code defines the operations of all of the 
                     methods, or tasks used by the cyclic executive
@@ -241,4 +241,10 @@
 {
     // Close file located at fp
     fclose(Task7::fp);    
-}
\ No newline at end of file
+}
+
+//void Task8::shutdown_switch (int shutdown_switch){
+    
+    //Shutdown the program
+   // fprintf(Task8::fp, shut_down);
+    //}
\ No newline at end of file