#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 */