IM920地温観測システム用 cbUSB()関数定義だけ修正したもの

Fork of C027_Support by u-blox

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);
 };