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.
26 lines
603 B
26 lines
603 B
/*
|
|
* bsp_mqtt_pub.h
|
|
*
|
|
* Created on: Jul 9, 2024
|
|
* Author: akeguo
|
|
*/
|
|
|
|
#ifndef INC_BSP_BSP_MQTT_PUB_H_
|
|
#define INC_BSP_BSP_MQTT_PUB_H_
|
|
|
|
#include "../../BASE/Inc/BSP/bsp_pb_decode_encode.h"
|
|
#include "../../BASE/Inc/BSP/pb_decode.h"
|
|
#include "../../BASE/Inc/BSP/pb_encode.h"
|
|
#include "bsp_CV.pb.h"
|
|
#include "../../BASE/Inc/BSP/bsp_pb_decode_encode.h"
|
|
#include "../../BASE/Inc/BSP/bsp_EEPROM.h"
|
|
|
|
|
|
|
|
|
|
|
|
extern void log_info(char logger[], char message[]);
|
|
extern void log_debug(char logger[], char message[]);
|
|
extern void log_err(char logger[], char message[]);
|
|
|
|
#endif /* INC_BSP_BSP_MQTT_PUB_H_ */
|
|
|