diajzifsajoifajsoifaj

Dependencies:   BMP280 LGLCD

Fork of ELEC350-CWTEMPLATE-2017 by University of Plymouth - Stages 1, 2 and 3

Revision:
7:dd303488e55d
Parent:
5:9b4844128e09
--- a/components.hpp	Fri Jan 05 17:56:59 2018 +0000
+++ b/components.hpp	Sun Jan 07 21:29:12 2018 +0000
@@ -1,14 +1,22 @@
 #ifndef __sample_hardware__
 #define __sample_hardware__
-
+#define SIG_READY 1
+#define SIG_READY2 1
+#define SIG_REMOVE 1
+#define SIG_NET 1
 //#define BME
 #ifdef BME
 #include "BME280.h"
 #else
 #include "BMP280.h"
 #endif
-
-
+#include "SDBlockDevice.h"
+#include "FATFileSystem.h"
+void runanalysis(void);
+void sdrun(void);
+void sdcheck(void);
+void sdwrite(void);
+void sdremove(void);
 enum ELEC350_ERROR_CODE {OK, FATAL};
 extern DigitalOut onBoardLED;
 extern DigitalOut redLED;