rtl8710_Raw_Packets/project/inc/user/http_server.h
2017-05-15 21:59:48 -04:00

14 lines
213 B
C

/*
* http_server.h
*
* Created on: Feb 20, 2017
* Author: user003
*/
#ifndef HTTP_SERVER_H_
#define HTTP_SERVER_H_
void GpioLedInit(void);
void websocketBcast(void *arg);
#endif /* HTTP_SERVER_H_ */