[HLT] Add relay and analog cross connects (#3452)

This commit is contained in:
Thad House
2021-06-19 13:03:58 -07:00
committed by GitHub
parent b0f1ae7ea3
commit ee6377e54b
4 changed files with 226 additions and 0 deletions

View File

@@ -55,4 +55,8 @@ struct RelayCross {
constexpr static std::array<RelayCross, 1> RelayCrossConnects{
RelayCross{0, 23, 22}};
// input on left
constexpr static std::array<std::pair<int, int>, 2> AnalogCrossConnects{
std::pair{2, 0}, std::pair{4, 1}};
} // namespace hlt