2019-11-01 11:16:09 +08:00

21 lines
582 B
C
Executable File

/*
*********************************************************************************************************
*
* 模块名称 : UDP搜索模块
* 文件名称 : net_udp.h
*
*********************************************************************************************************
*/
#include "bsp.h"
#ifndef _NET_UDP_H
#define _NET_UDP_H
void udp_server_init(void);
void lua_udp_SendBuf(uint8_t *_buf, uint16_t _len, uint16_t _port);
#endif
/***************************** 安富莱电子 www.armfly.com (END OF FILE) *********************************/