Implementation of 3G USB Modem Huawei E372

Dependents:   PYRN

Revision:
2:61ac95f0af72
Parent:
0:67daedd6f74f
--- a/ATCommandsInterface.h	Fri Feb 20 17:15:55 2015 +0000
+++ b/ATCommandsInterface.h	Tue Apr 14 13:27:07 2015 +0000
@@ -20,7 +20,7 @@
 #ifndef ATCOMMANDSINTERFACE_H_
 #define ATCOMMANDSINTERFACE_H_
 
-#include "core/fwk.h"
+#include "fwk.h"
 #include "rtos.h"
 
 #define MAX_AT_EVENTS_HANDLERS 4
@@ -75,7 +75,7 @@
   int open();
 
   //Initialize AT link
-  int init();
+  int init(const char *atInitSeq = "ATZ E1 V1");
 
   //Close connection
   int close();