more modules for the MCU code
Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
10
src/Version.h
Normal file
10
src/Version.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include "string"
|
||||
|
||||
const std::string MyProject = "system_control";
|
||||
const std::string MyProjectVersion = "0.0.1";
|
||||
constexpr uint8_t MyProjectVersionMajor = 0;
|
||||
constexpr uint8_t MyProjectVersionMinor = 0;
|
||||
constexpr uint8_t MyProjectVersionPatch = 1;
|
||||
const std::string MyProjectBuildDate = "";
|
Reference in New Issue
Block a user