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

Dependents:   RN-XV_simple_server

Revision:
13:7d86a4bd8eb7
Parent:
12:fd6874542b28
Child:
14:92ee976db7b9
diff -r fd6874542b28 -r 7d86a4bd8eb7 Wifly.h
--- a/Wifly.h	Thu Oct 20 09:28:32 2011 +0000
+++ b/Wifly.h	Thu Oct 20 09:35:00 2011 +0000
@@ -107,7 +107,7 @@
         bool send(char * str, char * ACK, char * res = NULL); 
         
         /**
-        * Connect the wifi module to the network. Return true if set correctly, false if not.
+        * Connect the wifi module to the network.
         *
         * @return true if connected, false otherwise
         */
@@ -121,9 +121,9 @@
         bool createAdhocNetwork();
         
         /**
-        * Receive a string to the wifi module by serial port
+        * Read a string
         *
-        *@param str string to be read
+        *@param str pointer where will be stored the string read
         */
         bool read(char * str);
         
@@ -147,7 +147,7 @@
         void reset();
         
         /**
-        * To check if a character is available
+        * Check if a character is available
         *
         * @return true if a character is available, false otherwise
         */