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:
46:b30547bf07d5
Parent:
45:40745c2036cf
Parent:
40:14342c4de476
Child:
51:d22d3d87391f
--- a/io/MTSSerialFlowControl.h	Thu Dec 19 21:38:01 2013 +0000
+++ b/io/MTSSerialFlowControl.h	Thu Dec 19 21:48:32 2013 +0000
@@ -4,6 +4,8 @@
 #include "mbed.h"
 #include "MTSBufferedIO.h"
 
+namespace mts {
+
 /** This class derives from MTSBufferedIO and provides a buffered wrapper to the
 * standard mbed Serial class along with generic RTS/CTS HW flow control. Since it
 * depends only on the mbed Serial, DigitalOut and InterruptIn classes for accessing
@@ -69,4 +71,6 @@
     virtual void handleWrite(); // Method for handling data to be written
 };
 
+}
+
 #endif /* MTSSERIALFLOWCONTROL */
\ No newline at end of file