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:
- 46:b30547bf07d5
- Parent:
- 45:40745c2036cf
- Parent:
- 40:14342c4de476
- Child:
- 51:d22d3d87391f
--- a/io/MTSSerial.h Thu Dec 19 21:38:01 2013 +0000 +++ b/io/MTSSerial.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. Since it depends only on the mbed Serial class for * accessing serial data, this class is inherently portable accross different mbed @@ -54,4 +56,6 @@ virtual void handleRead(); // Method for handling data to be read }; +} + #endif /* MTSSERIAL_H */ \ No newline at end of file