Create common.h file with meta globals
This commit is contained in:
9
firmware/common.h
Normal file
9
firmware/common.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef __COMMON_H__
|
||||
#define __COMMON_H__
|
||||
|
||||
#define __PROJ_NAME "Binary Clock"
|
||||
#define __PROJ_AUTHOR "Bartlomiej Pluta"
|
||||
#define __PROJ_DATE "2020"
|
||||
#define __PROJ_REV "rev:1.0"
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user