Skip to content

Commit

Permalink
honda outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
rusefillc committed Oct 20, 2023
1 parent cd7f93f commit 27487e0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion digital-inputs/firmware/test_logic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,13 @@ BoardConfig boardConfigs[] = {
/*BrakePedal todo add wire */false,
/*ClutchUp*/false,
/*AcButton*/false},
.outputNames = {},
.outputNames = {"inj1", "inj2", "inj3", "inj4",
"A/C relay", "idle air", "intake runner", "Lockout Solenoid",
"Radiator", "B21 - EVAP", "B23 VTC VVT", "E7 Main Relay",
"E31 Check Engine", "E1 Fuel Relay", "C11 Aux Low 3", "B18 Alternator Control",
"E26 Tachometer", "B15 VTEC/VTS Output",
"A30 - IGN1", "A29 - IGN2", "A28 - IGN3", "A27 - IGN4"
},
},
{
.boardName = "Proteus",
Expand Down

0 comments on commit 27487e0

Please sign in to comment.