parent
91fce2eb2a
commit
e5bfd56e0e
|
@ -32,12 +32,14 @@ void setBoardDefaultConfiguration() {
|
||||||
setIgnitionPins();
|
setIgnitionPins();
|
||||||
|
|
||||||
// No LEDs on this board
|
// No LEDs on this board
|
||||||
engineConfiguration->communicationLedPin = Gpio::Unassigned;
|
//todo: revert to reality engineConfiguration->communicationLedPin = Gpio::Unassigned;
|
||||||
|
engineConfiguration->communicationLedPin = Gpio::E14;
|
||||||
engineConfiguration->runningLedPin = Gpio::Unassigned;
|
engineConfiguration->runningLedPin = Gpio::Unassigned;
|
||||||
engineConfiguration->warningLedPin = Gpio::Unassigned;
|
engineConfiguration->warningLedPin = Gpio::Unassigned;
|
||||||
|
|
||||||
engineConfiguration->malfunctionIndicatorPin = Gpio::E14;
|
engineConfiguration->malfunctionIndicatorPin = Gpio::Unassigned;
|
||||||
engineConfiguration->malfunctionIndicatorPinMode = OM_OPENDRAIN;
|
//todo: revert to reality engineConfiguration->malfunctionIndicatorPin = Gpio::E14;
|
||||||
|
// engineConfiguration->malfunctionIndicatorPinMode = OM_OPENDRAIN;
|
||||||
engineConfiguration->tachOutputPin = Gpio::B8; /* not populated by default */
|
engineConfiguration->tachOutputPin = Gpio::B8; /* not populated by default */
|
||||||
engineConfiguration->tachOutputPinMode = OM_OPENDRAIN;
|
engineConfiguration->tachOutputPinMode = OM_OPENDRAIN;
|
||||||
//engineConfiguration->idle.solenoidPin = ?
|
//engineConfiguration->idle.solenoidPin = ?
|
||||||
|
|
Loading…
Reference in New Issue