aboutsummaryrefslogtreecommitdiffstats
path: root/include/mqtt.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mqtt.h')
-rw-r--r--include/mqtt.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/include/mqtt.h b/include/mqtt.h
deleted file mode 100644
index 4f46b5a..0000000
--- a/include/mqtt.h
+++ /dev/null
@@ -1,15 +0,0 @@
1#ifndef MQTT_H
2#define MQTT_H
3
4#include "mqtt_client.h"
5
6/**
7 * @brief Starts the MQTT application.
8 *
9 * Initializes the MQTT client, registers event handlers,
10 * and starts the MQTT client. Also creates the publisher task
11 * that periodically sends messages.
12 */
13void mqtt_app_start(void);
14
15#endif