Improve Wifly Interface
Fork of WiflyInterface by
Diff: Wifly/Wifly.h
- Revision:
- 12:cd59e53b2cb4
- Parent:
- 9:f2439377c172
--- 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