temperature-alarm/iot/mqtt.h

5 lines
76 B
C

void init_mqtt(void);
void mqtt_send_message(char *topic, char *message);