Websocket example

Dependencies:   WebSocketClient

Fork of Websocket_Ethernet_HelloWorld by mbed_example

Revision:
8:1b4bf6e5e029
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/config.h	Sun Dec 03 18:19:22 2017 +0000
@@ -0,0 +1,6 @@
+#ifndef CONFIG
+#define CONFIG
+#include "mbed.h"
+int configFromFile(char* path, Serial *xbee, Serial *pc, char * url);
+unsigned char ahex2bin (unsigned char MSB, unsigned char LSB);
+#endif