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
Diff: io/MTSSerial.h
- Revision:
- 40:14342c4de476
- Parent:
- 36:bb6b293c7495
- Parent:
- 39:6e94520a3217
- Child:
- 46:b30547bf07d5
--- a/io/MTSSerial.h Thu Dec 19 16:54:09 2013 +0000 +++ b/io/MTSSerial.h Thu Dec 19 19:53:43 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. Since it depends only on the Mbed Serial class for * accessing serial data, this class is inherently portable accross Mbed platforms. @@ -54,4 +56,6 @@ char* if_name; // Name of the interface }; +} + #endif /* MTSSERIAL_H */ \ No newline at end of file