A library for talking to Multi-Tech's Cellular SocketModem Devices.

Dependents:   M2X_dev axeda_wrapper_dev MTS_M2x_Example1 MTS_Cellular_Connect_Example ... more

Revision:
39:6e94520a3217
Parent:
17:2d7c4ea7491b
Child:
40:14342c4de476
--- a/io/MTSBufferedIO.h	Thu Dec 19 15:56:05 2013 +0000
+++ b/io/MTSBufferedIO.h	Thu Dec 19 19:49:58 2013 +0000
@@ -4,6 +4,8 @@
 #include "mbed.h"
 #include "MTSCircularBuffer.h"
 
+namespace mts {
+
 class MTSBufferedIO
 {
 public:
@@ -41,4 +43,6 @@
     MTSCircularBuffer* rxBuffer;
 };
 
+}
+
 #endif /* MTSBUFFEREDIO_H */
\ No newline at end of file