only:uaefi
This commit is contained in:
parent
253b4a0c9e
commit
11b342ee13
|
@ -35,6 +35,9 @@ void setHondaObd1() {
|
||||||
// thus we use a low side output to drive OEM ignition
|
// thus we use a low side output to drive OEM ignition
|
||||||
engineConfiguration->ignitionPins[0] = Gpio::MM100_IGN7; // low side!
|
engineConfiguration->ignitionPins[0] = Gpio::MM100_IGN7; // low side!
|
||||||
|
|
||||||
|
engineConfiguration->idle.solenoidPin = Gpio::MM100_INJ8;
|
||||||
|
engineConfiguration->malfunctionIndicatorPin = Gpio::MM100_INJ7;
|
||||||
|
|
||||||
engineConfiguration->camInputs[0] = Gpio::MM100_UART8_RX; // "C18 VR1+ Discrete"
|
engineConfiguration->camInputs[0] = Gpio::MM100_UART8_RX; // "C18 VR1+ Discrete"
|
||||||
engineConfiguration->camInputs[1] = Gpio::Unassigned;
|
engineConfiguration->camInputs[1] = Gpio::Unassigned;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue