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

Dependents:   RN-XV_simple_server

Files at this revision

API Documentation at this revision

Comitter:
samux
Date:
Thu Oct 20 09:35:00 2011 +0000
Parent:
12:fd6874542b28
Child:
14:92ee976db7b9
Commit message:

Changed in this revision

Wifly.h Show annotated file Show diff for this revision Revisions of this file
--- 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
         */