Files
mongoose-touch/include/mqtt.h
2017-12-20 17:04:51 +01:00

11 lines
174 B
C

#ifndef __MQTT_H
#define __MQTT_H
#include "mgos.h"
#include "mgos_mqtt.h"
void mqtt_init();
void mqtt_publish_stat(const char *stat, const char *msg);
#endif // __MQTT_H