Added mug.h with mug_init()

This commit is contained in:
RobinVdB8
2023-11-13 13:00:14 +01:00
parent bdcbcbec40
commit 3e37fe8892

12
project/Core/Inc/mug.h Normal file
View File

@@ -0,0 +1,12 @@
/**
* @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_ */