Websocket example

Dependencies:   WebSocketClient

Fork of Websocket_Ethernet_HelloWorld by mbed_example

Committer:
Dontydonty
Date:
Sun Dec 03 18:19:22 2017 +0000
Revision:
8:1b4bf6e5e029
Web sock et

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Dontydonty 8:1b4bf6e5e029 1 #ifndef CONFIG
Dontydonty 8:1b4bf6e5e029 2 #define CONFIG
Dontydonty 8:1b4bf6e5e029 3 #include "mbed.h"
Dontydonty 8:1b4bf6e5e029 4 int configFromFile(char* path, Serial *xbee, Serial *pc, char * url);
Dontydonty 8:1b4bf6e5e029 5 unsigned char ahex2bin (unsigned char MSB, unsigned char LSB);
Dontydonty 8:1b4bf6e5e029 6 #endif