test

Fork of CameraC1098 by Tadao Iida

Revision:
1:135493341acc
Parent:
0:5a6468b4164d
--- a/SerialBuffered.h	Mon Jul 09 10:23:32 2012 +0000
+++ b/SerialBuffered.h	Thu Aug 03 04:28:14 2017 +0000
@@ -24,12 +24,12 @@
      *
      * @return A character. (-1:timeout)
      */
-    int getc();
+    int ggetc();
 
     /**
      * Returns 1 if there is a character available to read, 0 otherwise.
      */
-    int readable();
+    int rreadable();
 
     /**
      * Set timeout for getc().