You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

36 lines
922 B

#ifndef __BSP_MQTT_H
#define __BSP_MQTT_H
/*-----------------------------------------------------------
* Includes files
*----------------------------------------------------------*/
/*-----------------------------------------------------------
* Exported constants
*----------------------------------------------------------*/
/*-----------------------------------------------------------
* Exported macro
*----------------------------------------------------------*/
/*-----------------------------------------------------------
* Exported function
*----------------------------------------------------------*/
/*!
* @brief 封装 MQTT 初始化接口
* 执行条件:无
*
* @retval: 无
*/
void bsp_mqtt_init(void);
void bsp_mqtt_test(void);
extern void bsp_mqtt_pub_send(char topic[],char buf[],size_t len);
#include "../../BASE/Inc/BSP/bsp_pb_decode_encode.h"
#endif /* __BSP_WOLFSSL_H */