Dependencies:   MQTT

Revision:
5:e0d8e5e922f1
Parent:
2:f10d6fecb345
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/simulator.h	Tue Dec 10 23:39:25 2019 +0000
@@ -0,0 +1,8 @@
+#ifndef _CC_H_
+#define _CC_H_
+
+#include "mqtt.h"
+
+int start_simulation(mqtt* mqtt_singleton);
+
+#endif
\ No newline at end of file