works through pushing box to log data to google spreadsheet

Dependencies:   MBed_Adafruit-GPS-Library SDFileSystem mbed

Fork of GPR_Interface by DCS_TEAM

Revision:
10:8c55dfcc9a7c
Parent:
9:5afc5b4e2df8
Child:
11:045cb766d9a5
--- a/GPRS/GPRS.h	Fri Jul 25 10:42:42 2014 +0000
+++ b/GPRS/GPRS.h	Fri Sep 25 04:10:56 2015 +0000
@@ -62,7 +62,13 @@
      * 	@return true if connected, false otherwise
      */
     bool join(void);
-
+	// added by Noah Milam
+	void start_server();
+	void send_SMS(char*);
+	char* read_SMS();
+	void listen_server();
+	
+	// end of what Noah Milam added
     /** Disconnect the GPRS module from the network
      * 	@returns true if successful
      */
@@ -142,10 +148,10 @@
     int new_socket();
     uint16_t new_port();
     uint32_t _ip;
-
+	bool preInit();
 protected:
 
-    bool preInit();
+    
     bool checkSIMStatus(void);
     uint32_t str_to_ip(const char* str);
     static GPRS* inst;