only:alphax-4chan

This commit is contained in:
rusefi 2023-09-02 19:23:03 -04:00
parent ee34abe7bb
commit 1799f672e0
3 changed files with 13 additions and 0 deletions

View File

@ -1009,3 +1009,11 @@ void proteusStimQc() {
// engineConfiguration->vvtPins[0] = Gpio::PROTEUS_LS_15;
// engineConfiguration->vvtPins[1] = Gpio::PROTEUS_LS_16;
}
// HELLEN_4CHAN_STIM_QC
// set engine_type 74
void alphax4chanStimQc() {
engineConfiguration->trigger.type = trigger_type_e::TT_ONE_PLUS_ONE;
engineConfiguration->vvtMode[0] = VVT_SINGLE_TOOTH;
engineConfiguration->vvtMode[1] = VVT_SINGLE_TOOTH;
}

View File

@ -42,3 +42,5 @@ void setRotary();
void setVrThresholdTest();
void detectBoardType();
void alphax4chanStimQc();

View File

@ -832,6 +832,9 @@ void resetConfigurationExt(configuration_callback_t boardCallback, engine_type_e
#endif
#if HW_HELLEN
case engine_type_e::HELLEN_4CHAN_STIM_QC:
alphax4chanStimQc()();
break;
case engine_type_e::HELLEN_NB2:
setMiataNB2_Hellen72();
break;