Embedded software Assessment 2

Dependencies:   MCP23017 SDFileSystem USBDevice WattBob_TextLCD mbed

Revision:
22:644d53f1f291
Parent:
20:00a9a95ef083
Child:
23:ffd758e50c3a
diff -r 0e681d5fa3ba -r 644d53f1f291 Function.h
--- a/Function.h	Tue Mar 04 21:49:29 2014 +0000
+++ b/Function.h	Wed Mar 05 13:05:41 2014 +0000
@@ -63,9 +63,7 @@
 void InitFile();
 void LogFile();
 
-/********************************************************************************
-                            Functions
-###############################################################################
+/******************************************************************************
         Small function to writ on the LCD with one instruction
 ********************************************************************************/
 void Write_LCD(const char STR[],int8_t PY,int8_t PX,bool clr){
@@ -139,5 +137,6 @@
     fprintf(fp,"%d%3;",Analug1_valu[4]);
     fprintf(fp,"%d%3;",Analug2_valu[4]);
     fprintf(fp," %s","\r\n");
-    fclose(fp);     
+    fclose(fp);
+    //LogFilePin = ! (LogFilePin);     
 }
\ No newline at end of file