Parser for AT commands and similar protocols

Dependencies:   BufferedSerial

Dependents:   Final Final

Fork of ATParser by NetworkSocketAPI

Files at this revision

API Documentation at this revision

Comitter:
dahmani_belkacem
Date:
Wed Jan 17 14:30:23 2018 +0000
Parent:
15:c08984860329
Commit message:
Sigfox ruche

Changed in this revision

ATParser.h Show annotated file Show diff for this revision Revisions of this file
--- 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;