Skip to content

Commit

Permalink
proteus output names
Browse files Browse the repository at this point in the history
  • Loading branch information
rusefillc committed Oct 29, 2023
1 parent 549fc11 commit 79fc851
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion digital-inputs/firmware/test_logic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,15 @@ BoardConfig boardConfigs[] = {
},
.eventExpected = {true, true, true, true, false, false, true},
.buttonExpected = {true, false, false},
.outputNames = {},
.outputNames = {"LS 1", "LS 2", "LS 3", "LS 4",
"LS 5", "LS 6", "LS 7", "LS 8",
"LS 9", "LS 10", "LS 11", "LS 12",
"LS 13", "LS 14", "LS 15", "LS 16",
"IGN 1", "IGN 2", "IGN 3", "IGN 4",
"IGN 5", "IGN 6", "IGN 7", "IGN 8",
"IGN 9", "IGN 10", "IGN 11", "IGN 12",
"HS 1", "HS 2", "HS 3", "HS 4",
},
},
{
.boardName = "112-17",
Expand Down

0 comments on commit 79fc851

Please sign in to comment.