Library to use a wifly module: RN 131 C/G

Dependents:   RN-XV_simple_server

Revision:
14:92ee976db7b9
Parent:
13:7d86a4bd8eb7
Child:
15:044d10aaf9d0
diff -r 7d86a4bd8eb7 -r 92ee976db7b9 Wifly.h
--- a/Wifly.h	Thu Oct 20 09:35:00 2011 +0000
+++ b/Wifly.h	Thu Oct 20 09:41:20 2011 +0000
@@ -51,7 +51,7 @@
  * {
  *   wifly = new Wifly(p9, p10, p20, "network", "password", true);
  *   
- *   if(wifly->Join())
+ *   if(wifly->join())
  *       pc.printf("network joined!\r\n");
  *   else
  *       pc.printf("join failed!\r\n");