Websocket example

Dependencies:   WebSocketClient

Fork of Websocket_Ethernet_HelloWorld by mbed_example

config.h

Committer:
Dontydonty
Date:
2017-12-03
Revision:
8:1b4bf6e5e029

File content as of revision 8:1b4bf6e5e029:

#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