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

Dependents:   mtsas mtsas mtsas mtsas

Revision:
82:5b33b670adb7
Parent:
26:2b769ed8de4f
--- a/Cellular/CellularFactory.h	Wed Nov 15 16:53:29 2017 -0600
+++ b/Cellular/CellularFactory.h	Mon Feb 19 14:25:58 2018 -0600
@@ -1,18 +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
+#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