Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of GPRS by
Diff: gprs.h
- Revision:
- 6:e508f9ee7922
- Parent:
- 5:ac2342f162fa
- Child:
- 7:1278e9dde24e
diff -r ac2342f162fa -r e508f9ee7922 gprs.h
--- a/gprs.h	Wed Jan 22 02:04:57 2014 +0000
+++ b/gprs.h	Mon Feb 10 03:23:02 2014 +0000
@@ -172,7 +172,7 @@
      */
     int shutTCP(void);
 
-
+    Serial gprsSerial;
     //USBSerial pc;
 private:
     /** read from GPRS module and save to buffer array
@@ -208,7 +208,6 @@
      */
     int sendCmdAndWaitForResp(char *cmd, char *resp, int timeout);
 
-    Serial gprsSerial;
     Timer timeCnt;
     char *phoneNumber;
     char messageBuffer[SMS_MAX_LENGTH];
    