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

Dependents:   mtsas mtsas thermostat_fan_demo--fan mtsas ... more

NOTE: MTS-Utils has moved to GitHub. This version will not be updated. For updates, go to the GitHub version.

Files at this revision

API Documentation at this revision

Comitter:
mfiore
Date:
Thu May 15 21:54:52 2014 +0000
Child:
1:92c0b062d84d
Commit message:
initial commit; stub out headers for MTSLog and MTSText

Changed in this revision

MTSLog.h Show annotated file Show diff for this revision Revisions of this file
MTSText.h Show annotated file Show diff for this revision Revisions of this file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/MTSLog.h	Thu May 15 21:54:52 2014 +0000
@@ -0,0 +1,4 @@
+#ifndef MTSLOG_H
+#define MTSLOG_H
+
+#endif
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/MTSText.h	Thu May 15 21:54:52 2014 +0000
@@ -0,0 +1,4 @@
+#ifndef MTSTEXT_H
+#define MTSTEXT_H
+
+#endif
\ No newline at end of file