Merge branch 'main' into UDP-broadcast
This commit is contained in:
19
project/Core/Inc/mqtt_application.h
Normal file
19
project/Core/Inc/mqtt_application.h
Normal file
@@ -0,0 +1,19 @@
|
||||
/**
|
||||
* @file mqtt_application.h
|
||||
* @brief header for mosquitto application of the groups assignment
|
||||
* @author RobinVdB
|
||||
*/
|
||||
|
||||
#ifndef INC_MQTTA_H_
|
||||
#define INC_MQTTA_H_
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
/**
|
||||
* @brief Initialize MQTT application
|
||||
*
|
||||
* @output returns 1 if the init failed to create a client and start an MQTT connection
|
||||
*/
|
||||
uint8_t mqtt_application_init(void);
|
||||
|
||||
#endif /* INC_MQTTA_H_ */
|
||||
Reference in New Issue
Block a user