a library to use GPRS like ethernet or wifi, which makes it possible to connect to the internet with your GPRS module

Dependencies:   BufferedSerial

Dependents:   ThinkSpeak_Test roam_v1 roam_v2 finalv3

Fork of GPRSInterface by wei zou

Revision:
5:c4db857fb1be
Parent:
0:8ccbd963e74d
Child:
13:379ce1d51b88
--- a/GPRSInterface.h	Thu Feb 27 07:25:20 2014 +0000
+++ b/GPRSInterface.h	Mon Mar 03 06:06:14 2014 +0000
@@ -20,6 +20,7 @@
   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 */
 #ifndef __GPRSINTERFACE_H__
+#define __GPRSINTERFACE_H__
 
 #include "GPRS.h"
 #include "TCPSocketConnection.h"