micro_climate/Drivers/EC801E/EC801E.h

20 lines
227 B
C
Raw Normal View History

#ifndef __EC801E_H__
#define __EC801E_H__
#ifdef __cplusplus
extern "C" {
#endif
#include "main.h"
void EC801E_Power_ON();
void MQTT_Config();
void MQTT_Trans_Json();
#ifdef __cplusplus
}
#endif
#endif /* __EC801E_H__ */