Create common.h file with meta globals

This commit is contained in:
2020-11-19 22:09:55 +01:00
parent 29c593c2a4
commit c5372a842e
3 changed files with 23 additions and 11 deletions

9
firmware/common.h Normal file
View 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