Time: 17:33 Date: 10/12/2017 Description: Task 1,7,8 Currently Functioning

Dependencies:   BME280 BMP280 TextLCD

Working Repository

Revision:
48:244d6d81bb52
Parent:
47:6d128e500875
Child:
49:d51f96a46cc3
--- a/SD_CARD.hpp	Mon Jan 08 21:53:40 2018 +0000
+++ b/SD_CARD.hpp	Tue Jan 09 00:37:01 2018 +0000
@@ -5,8 +5,11 @@
 #include "rtos.h"
 #include "FIFO.hpp"
 #include "SERIAL.hpp"
-
+#include "sample_hardware.hpp"
+extern FILE* fp; 
 void SD_Init();//Initialised the SD CARD
 void SD_Card_Write();
+extern void SD_Card_Eject();
 
+extern InterruptIn SD_CARD_DETECT;
 #endif
\ No newline at end of file