20 lines
227 B
C
20 lines
227 B
C
|
#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__ */
|
||
|
|