Bits and Droids connector
Connect your microcontroller to handle MFS2020 commands.
Loading...
Searching...
No Matches
constants.h
Go to the documentation of this file.
1#ifndef CONSTANTS_H
2#define CONSTANTS_H
3namespace constants {
4inline constexpr char VERSION[]{"1.2.2"};
5inline constexpr int supportedEngines{4};
6inline constexpr int supportedMixtureLevers{4};
7inline constexpr int supportedPropellerLevers{4};
8
9} // namespace constants
10#endif // CONSTANTS_H
Definition: constants.h:3
constexpr char VERSION[]
Definition: constants.h:4
constexpr int supportedEngines
Definition: constants.h:5
constexpr int supportedPropellerLevers
Definition: constants.h:7
constexpr int supportedMixtureLevers
Definition: constants.h:6