Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of WiflyInterface by
Diff: Wifly/Wifly.h
- 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);
/**
