Parser for AT commands and similar protocols

Dependencies:   BufferedSerial

Dependents:   Final Final

Fork of ATParser by NetworkSocketAPI

Revision:
16:07049b3aad7a
Parent:
12:7d3c3f7ce928
--- a/ATParser.h	Fri Apr 22 13:40:54 2016 +0100
+++ b/ATParser.h	Wed Jan 17 14:30:23 2018 +0000
@@ -40,8 +40,8 @@
 * at.recv("OK");
 * @endcode
 */
-class ATParser
-{
+ class ATParser
+{ //ATParser() ;
 private:
     // Serial information
     BufferedSerial *_serial;