C027_Support library plus AT Comand for dialing.
Fork of C027_Support_New by
Diff: SerialPipe.h
- Revision:
- 14:69c3e57ef0f5
- Parent:
- 13:e2446fcdc246
- Child:
- 15:5eda64e5b9d1
--- a/SerialPipe.h Tue Nov 19 08:34:51 2013 +0000 +++ b/SerialPipe.h Tue Nov 19 09:02:35 2013 +0000 @@ -35,4 +35,5 @@ public: SerialPipeEx(PinName tx, PinName rx, int rxSize = 128, int txSize = 128, const char* name = NULL); int getLine(char* buffer, int length); + static int getLine(char* buffer, int length, Pipe<char>* pipe); };