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:
Vanger
Date:
Wed Jul 16 14:24:00 2014 +0000
Parent:
9:d8b0dd3ad9ad
Child:
11:4f4966954da9
Commit message:
Spelling fix on the word safety under MTSText.h

Changed in this revision

MTSText.h Show annotated file Show diff for this revision Revisions of this file
--- a/MTSText.h	Thu May 22 15:12:56 2014 +0000
+++ b/MTSText.h	Wed Jul 16 14:24:00 2014 +0000
@@ -49,7 +49,7 @@
     static std::string readString(char* index, int length);
 
 private:
-    // Saftey for class with only static methods
+    // Safety for class with only static methods
     Text();
     Text(const Text& other);
     Text& operator=(const Text& other);