Damien Frost / WiflyInterface

Dependents:   IoT_Ex BatteryModelTester BatteryModelTester

Fork of WiflyInterface by Components

Revision:
32:ab206f7f5090
Parent:
31:2846355deb7e
Child:
35:ce3afc021ec2
--- a/Wifly/Wifly.h	Mon May 09 11:39:08 2016 +0000
+++ b/Wifly/Wifly.h	Thu May 12 16:01:50 2016 +0000
@@ -222,6 +222,12 @@
         return state.dhcp;
     }
 
+    /**
+    * Puts the module to sleep
+    *
+    */
+    void sleep(void);
+
     bool gethostbyname(const char * host, char * ip);
 
     static Wifly * getInstance() {