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:
Mike Fiore
Date:
Mon May 19 12:37:38 2014 -0500
Parent:
3:08a693917d8c
Child:
5:48d0ea2fe332
Commit message:
remove "mbed.h" from cpp files, add to headers

Changed in this revision

MTSLog.cpp 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
--- a/MTSLog.cpp	Mon May 19 11:16:57 2014 -0500
+++ b/MTSLog.cpp	Mon May 19 12:37:38 2014 -0500
@@ -1,4 +1,3 @@
-#include "mbed.h"
 #include <stdarg.h>
 #include "MTSLog.h"
 
--- a/MTSText.h	Mon May 19 11:16:57 2014 -0500
+++ b/MTSText.h	Mon May 19 12:37:38 2014 -0500
@@ -1,6 +1,7 @@
 #ifndef MTSTEXT_H
 #define MTSTEXT_H
 
+#include "mbed.h"
 #include <string>
 #include <vector>
 #include <stddef.h>