Cellular library for MTS Socket Modem Arduino Shield devices from Multi-Tech Systems

Dependents:   mtsas mtsas mtsas mtsas

Revision:
11:4e428f689069
Child:
26:2b769ed8de4f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Cellular/CellularFactory.h	Thu May 22 09:26:51 2014 -0500
@@ -0,0 +1,18 @@
+#ifndef CELLULARFACTORY_H
+#define CELLULARFACTORY_H
+
+#include "UIP.h"
+//#include "EasyIP.h"
+#include "MTSBufferedIO.h"
+
+namespace mts {
+
+class CellularFactory
+{
+public:
+    static Cellular* create(MTSBufferedIO* io);
+};
+
+}
+
+#endif