First

Dependencies:   CPU_Usage NetworkManager RestAPI_Manager

Revision:
0:8eda451f71fa
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/module_for_all.h	Mon Oct 08 00:50:33 2018 +0000
@@ -0,0 +1,32 @@
+#ifndef MODULE_FOR_ALL_H
+#define MODULE_FOR_ALL_H
+
+#include <stdio.h>
+#include <iostream>
+#include <sstream>
+#include <string>
+#include <vector>
+#include <iterator>
+
+#include "EthernetInterface.h"
+#include "TCPServer.h"
+#include "TCPSocket.h"
+
+#include "mbed.h"
+
+#include "NetworkManager.h"
+#include "RestAPI_Manager.h"
+#include "CPU_Usage.h"
+
+void split(const std::string&,
+    std::vector<std::string>&,
+                  const char*);
+
+char* stringToChar(std::string);
+
+void LED_PowerStart();
+void LED_NetWait();
+void LED_NetProcess();
+int countRoot(std::string&);
+
+#endif
\ No newline at end of file