Boboter
Loading...
Searching...
No Matches
constants.h
Go to the documentation of this file.
1
7
8#pragma once
9
13namespace Constants {
14 constexpr const char* VERSION = "2.0.0 alpha";
15 constexpr const char* AUTHORS = "MarioS271";
16}
A namespace containing firmware constants.
Definition constants.h:13
constexpr const char * AUTHORS
Definition constants.h:15
constexpr const char * VERSION
Definition constants.h:14