Fork of my original MQTTGateway

Dependencies:   mbed-http

Revision:
0:a1734fe1ec4b
diff -r 000000000000 -r a1734fe1ec4b MQTTSManager/MQTTSManager.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/MQTTSManager/MQTTSManager.h	Sat Apr 08 14:43:14 2017 +0000
@@ -0,0 +1,13 @@
+#ifndef _MQTTS_MANAGER_H_
+#define _MQTTS_MANAGER_H_
+
+
+#include "MQTTThreadedClient.h"
+#include "Sensor.h"
+
+
+int mqttsInit(NetworkInterface * net, const char * pem);
+void postMQTTUpdate(SensorData &msg);
+int runMQTTS();
+
+#endif