Files
2023-Webservices_And_Applic…/project/Core/Inc/mug.h
2023-11-25 20:30:12 +01:00

16 lines
238 B
C

/**
* @file mug.h
* @header for mosquitto application of the groups assignment
* @author RobinVdB
*/
#ifndef INC_MUG_H_
#define INC_MUG_H_
/**
* @brief Initialize MQTT application
*/
void mug_init(void);
#endif /* INC_MUG_H_ */