Damien Frost / WiflyInterface

Dependents:   IoT_Ex BatteryModelTester BatteryModelTester

Fork of WiflyInterface by Components

Revision:
26:eaaedb036df1
Parent:
15:eaa1ec0e26bf
Child:
30:2c704a72d88a
--- a/Wifly/Wifly.h	Thu Mar 31 16:22:37 2016 +0000
+++ b/Wifly/Wifly.h	Fri Apr 01 00:55:36 2016 +0000
@@ -74,7 +74,10 @@
     * @return true if connected, false otherwise
     */
     bool join();
-
+    
+    /** Sets the baudrate of the serial port used to communicate with the ethernet/wifi adapter
+    * @param baudrate The baudrate that the connection should be set to. Valid values are: 2400, 4800, 9600, 19200, 38400, 115200, 230400, 460800, 921600 do NOT go above 230400
+    */
     void setBaud(int baudrate);
 
     /**