Files
2023-Webservices_And_Applic…/project/Core/Inc/mug.h
2023-11-13 13:00:14 +01:00

13 lines
187 B
C

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