Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of 0NicksCoursework_copywithserialtime by
Diff: components.hpp
- 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;
