mirror of
https://github.com/armfly/H7-TOOL_STM32H7_App.git
synced 2024-08-09 10:05:34 +08:00
21 lines
582 B
C
Executable File
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) *********************************/
|