#ifndef __MQTT_H__ #define __MQTT_H__ void mqtt_init(void); void sendMQTTMessage(const char * topic, const char * data); #endif