ESP8266 library to get and send data.

Fork of ESP8266 by Janhavi Kulkarni

Revision:
5:5cc7894bb8cb
Parent:
4:c05f7a1b4e47
--- a/ESP8266.h	Fri Oct 21 16:33:31 2016 +0000
+++ b/ESP8266.h	Fri Oct 21 21:24:11 2016 +0000
@@ -64,6 +64,8 @@
         void setTransparent(void);
         void startTCPConn(char *IP, int port);
         void sendURL(char *URL, char *IP, char *command);
+        
+        void deepsleep(size_t ms);
 
     private:
         Serial comm;