Parser for AT commands and similar protocols

Dependencies:   BufferedSerial

Dependents:   ESP8266 xdot-passthru Lab_10 Lab9 ... more

Fork of ATParser by NetworkSocketAPI

Revision:
7:d1b193880af1
Parent:
6:51f1171b5ebc
Child:
8:91515b168c70
--- a/ATParser.h	Fri Jul 17 21:00:23 2015 +0000
+++ b/ATParser.h	Mon Jul 20 18:23:54 2015 +0000
@@ -37,12 +37,7 @@
     
     // Parsing information
     const char *_delimiter;
-    int _delim_size;    
-    
-    // Helper methods for reading/writing lines with 
-    // timeout and buffer limitations
-    bool _putline(const char *line);
-    bool _getline(char *line, int size);
+    int _delim_size;
 
 public:
     /**