This commit is contained in:
rusefi 2023-06-25 16:48:43 -04:00
parent 16bcf59111
commit 0590822841
2 changed files with 3 additions and 0 deletions

View File

@ -40,6 +40,7 @@
// pin 10/black35
#define PROTEUS_LS_13 Gpio::B9
// pin 11/black35
#define PROTEUS_LS_14 Gpio::E0
// pin 12/black35
#define PROTEUS_LS_15 Gpio::E1

View File

@ -77,6 +77,8 @@ void setSbc() {
#if HW_PROTEUS
ignOverride->pin = PROTEUS_IGN_12;
engineConfiguration->injectionPins[0] = PROTEUS_LS_14; // #1
engineConfiguration->injectionPins[3] = PROTEUS_LS_15; // #4
#endif // HW_PROTEUS
setStepperHw();