parent
058dfeefd5
commit
ace6f99eba
|
@ -240,7 +240,7 @@ pins:
|
|||
type: av
|
||||
function: PPS2 Sensor Input
|
||||
ts_name: 34A - PPS2 Sensor Input
|
||||
|
||||
color: white
|
||||
|
||||
- pin: 1B
|
||||
function: VR1-/Hall Input max9924
|
||||
|
|
|
@ -156,7 +156,7 @@ static void setGmEcotec3() {
|
|||
engineConfiguration->sentInputPins[0] = Gpio::H144_IN_AUX2_DIGITAL;
|
||||
|
||||
// engineConfiguration->starterControlPin = high side :()
|
||||
#endif
|
||||
#endif // HW_HELLEN_4K_GDI
|
||||
|
||||
#ifdef HW_HELLEN_8CHAN
|
||||
engineConfiguration->sentInputPins[0] = Gpio::MM176_IN_D3;
|
||||
|
@ -165,7 +165,7 @@ static void setGmEcotec3() {
|
|||
engineConfiguration->camInputs[2] = Gpio::Unassigned;
|
||||
engineConfiguration->camInputs[3] = Gpio::Unassigned;
|
||||
config->boardUseCrankPullUp = true;
|
||||
#endif
|
||||
#endif // HW_HELLEN_8CHAN
|
||||
|
||||
engineConfiguration->sentEtbType = SentEtbType::GM_TYPE_1;
|
||||
setTPS1Inputs(EFI_ADC_NONE, EFI_ADC_NONE);
|
||||
|
@ -196,4 +196,21 @@ void setGmLtg() {
|
|||
void setGmSbcGen5() {
|
||||
setGmEcotec3();
|
||||
engineConfiguration->displacement = 5.3;
|
||||
engineConfiguration->cylindersCount = 8;
|
||||
engineConfiguration->firingOrder = FO_1_8_7_2_6_5_4_3;
|
||||
|
||||
#ifdef HW_HELLEN_8CHAN
|
||||
engineConfiguration->injectionPins[4] = Gpio::MM176_INJ5;
|
||||
engineConfiguration->injectionPins[5] = Gpio::MM176_INJ6;
|
||||
engineConfiguration->injectionPins[6] = Gpio::MM176_INJ7;
|
||||
engineConfiguration->injectionPins[7] = Gpio::MM176_INJ8;
|
||||
|
||||
engineConfiguration->ignitionPins[4] = Gpio::MM176_IGN5;
|
||||
engineConfiguration->ignitionPins[5] = Gpio::MM176_IGN6;
|
||||
engineConfiguration->ignitionPins[6] = Gpio::MM176_IGN7;
|
||||
engineConfiguration->ignitionPins[7] = Gpio::MM176_IGN8;
|
||||
|
||||
engineConfiguration->vvtMode[1] = VVT_INACTIVE;
|
||||
engineConfiguration->camInputs[1] = Gpio::Unassigned;
|
||||
#endif // HW_HELLEN_8CHAN
|
||||
}
|
||||
|
|
|
@ -49,7 +49,7 @@ typedef enum __attribute__ ((__packed__)) {
|
|||
|
||||
// 8 cylinder
|
||||
FO_1_8_4_3_6_5_7_2 = 5, // SBC, Dodge
|
||||
FO_1_8_7_2_6_5_4_3 = 11,
|
||||
FO_1_8_7_2_6_5_4_3 = 11, // GM Gen. 5 LT1
|
||||
FO_1_5_4_2_6_3_7_8 = 12, // Ford Mustang
|
||||
FO_1_2_7_8_4_5_6_3 = 19,
|
||||
FO_1_3_7_2_6_5_4_8 = 20, // Ford 5.0 HO and 351W
|
||||
|
|
Loading…
Reference in New Issue