Flying Sea Glider / Mbed 2 deprecated 2019_19feb19_jcw_noSD

Dependencies:   mbed MODSERIAL FATFileSystem

Revision:
9:d5fcdcb3c89d
Child:
10:085ab7328054
diff -r 70412939a506 -r d5fcdcb3c89d System/config_functions.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/System/config_functions.h	Fri Oct 20 11:41:22 2017 +0000
@@ -0,0 +1,15 @@
+#ifndef CONFIG_FUNCTIONS_H
+#define CONFIG_FUNCTIONS_H
+
+#include "mbed.h"
+#include "ConfigFile.h"
+#include <cstdlib>
+
+// Add load function to LinearActuator class*******************************88
+int load_BCE_config();
+int load_BATT_config();
+int load_script();
+
+
+
+#endif
\ No newline at end of file