Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of MTS-Cellular by
Diff: Cellular/CellularFactory.h
- Revision:
- 11:4e428f689069
- Child:
- 26:2b769ed8de4f
diff -r c188cc05aed5 -r 4e428f689069 Cellular/CellularFactory.h
--- /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
    