10 lines
172 B
C
10 lines
172 B
C
|
#ifndef _MQTT_COMM_H_
|
||
|
#define _MQTT_COMM_H_
|
||
|
|
||
|
|
||
|
// do not call it periodically, just call it with a NULL handle
|
||
|
void mqttCommInit(void *handle);
|
||
|
|
||
|
|
||
|
#endif /* _MQTT_COMM_H_ */
|