mirror of
https://github.com/kissste/rtl8710_Raw_Packets.git
synced 2024-11-25 14:04:16 +00:00
15 lines
213 B
C
15 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_ */
|