- Added messages

Fork of WiflyInterface by Damien Frost

Revision:
15:eaa1ec0e26bf
Parent:
1:fb4494783863
--- a/Socket/UDPSocket.h	Sat Feb 20 16:39:09 2016 +0000
+++ b/Socket/UDPSocket.h	Sat Feb 20 17:20:28 2016 +0000
@@ -39,6 +39,10 @@
     */
     int init(void);
     
+    
+    // Set the baud rate to the wifly interface AND mbed serial port.
+    void setBaud(int baudrate);
+    
     /** Bind a UDP Server Socket to a specific port
     \param port The port to listen for incoming connections on
     \return 0 on success, -1 on failure.