only:s105
This commit is contained in:
rusefillc 2023-04-25 23:40:50 -04:00
parent 91fce2eb2a
commit e5bfd56e0e
1 changed files with 5 additions and 3 deletions

View File

@ -32,12 +32,14 @@ void setBoardDefaultConfiguration() {
setIgnitionPins();
// 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->warningLedPin = Gpio::Unassigned;
engineConfiguration->malfunctionIndicatorPin = Gpio::E14;
engineConfiguration->malfunctionIndicatorPinMode = OM_OPENDRAIN;
engineConfiguration->malfunctionIndicatorPin = Gpio::Unassigned;
//todo: revert to reality engineConfiguration->malfunctionIndicatorPin = Gpio::E14;
// engineConfiguration->malfunctionIndicatorPinMode = OM_OPENDRAIN;
engineConfiguration->tachOutputPin = Gpio::B8; /* not populated by default */
engineConfiguration->tachOutputPinMode = OM_OPENDRAIN;
//engineConfiguration->idle.solenoidPin = ?