Improve Wifly Interface

Fork of WiflyInterface by Components

Revision:
12:cd59e53b2cb4
Parent:
9:f2439377c172
diff -r fc3d86645d23 -r cd59e53b2cb4 Wifly/Wifly.h
--- a/Wifly/Wifly.h	Tue Jun 03 18:43:14 2014 +0000
+++ b/Wifly/Wifly.h	Mon Jun 08 11:22:09 2015 +0000
@@ -72,6 +72,13 @@
     bool join();
 
     /**
+    * Connect the wifi module to the ssid contained in the constructor.
+    *
+    * @return true if connected, false otherwise
+    */
+    bool joinSSID();
+    
+    /**
     * Disconnect the wifly module from the access point
     *
     * @return true if successful