micro_climate/Drivers/EC801E/EC801E.h

26 lines
358 B
C
Raw Permalink Normal View History

#ifndef __EC801E_H__
#define __EC801E_H__
#ifdef __cplusplus
extern "C" {
#endif
#include "main.h"
void EC801E_Power_ON();
void MQTT_Config();
2024-08-07 09:26:49 +00:00
void MQTT_Trans_Data();
int EC801_GET_Time();
2024-08-15 01:06:11 +00:00
void parse_4g_receive_data();
void EC801_start();
extern uint8_t time_get_ok;
extern uint32_t g_time_stamp;
#ifdef __cplusplus
}
#endif
#endif /* __EC801E_H__ */