Websocket example

Dependencies:   WebSocketClient

Fork of Websocket_Ethernet_HelloWorld by mbed_example

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers config.h Source File

config.h

00001 #ifndef CONFIG
00002 #define CONFIG
00003 #include "mbed.h"
00004 int configFromFile(char* path, Serial *xbee, Serial *pc, char * url);
00005 unsigned char ahex2bin (unsigned char MSB, unsigned char LSB);
00006 #endif