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

Files at this revision

API Documentation at this revision

Comitter:
lawliet
Date:
Mon Mar 03 06:06:14 2014 +0000
Parent:
4:1142bdd07989
Child:
6:464ccda1ebcc
Commit message:
version 1.3 (fix error in GPRSInterface.h)

Changed in this revision

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