#ifndef __MQTT_H__ #define __MQTT_H__ void mqtt_init(); void mqtt_publish_data(char* key, char* value); #endif