rusefi 2022-06-08 12:33:37 -04:00
parent 7dffbae78b
commit d32a472c7e
4 changed files with 31 additions and 1 deletions

View File

@ -145,7 +145,7 @@ void setBoardDefaultConfiguration() {
engineConfiguration->enableSoftwareKnock = true; engineConfiguration->enableSoftwareKnock = true;
// engineConfiguration->boostControlPin = H144_LS_6; engineConfiguration->boostControlPin = H144_OUT_PWM5;
// engineConfiguration->acSwitch = H144_IN_D_AUX3; // engineConfiguration->acSwitch = H144_IN_D_AUX3;
// engineConfiguration->acRelayPin = H144_OUT_IO6; // engineConfiguration->acRelayPin = H144_OUT_IO6;
engineConfiguration->fuelPumpPin = H144_OUT_IO5; engineConfiguration->fuelPumpPin = H144_OUT_IO5;

View File

@ -1,4 +1,18 @@
pins: pins:
- pin: J4_4
# H144_OUT_PWM5
id: C9
class: outputs
ts_name: J4_4 Wastegate Solenoid
function: Wastegate Solenoid
- pin: J4_4
# H144_OUT_IO1
id: D3
class: outputs
ts_name: J4_5 Error Light
function: Error Light Output
- pin: J7_1 - pin: J7_1
# H_SPI3_MOSI # H_SPI3_MOSI
id: C12 id: C12

View File

@ -49,6 +49,20 @@ pins:
type: ls type: ls
color: purple color: purple
- pin: 44
# H144_IN_CRANK_ANALOG
id: EFI_ADC_9
class: analog_inputs
function: Primary Fuel Level
ts_name: C1-44 Primary Fuel Level
- pin: 45
# H144_IN_CAM_ANALOG
id: EFI_ADC_6
class: analog_inputs
function: Secondary Fuel Level
ts_name: C1-45 Secondary Fuel Level
- pin: 47 - pin: 47
# H144_IN_PPS # H144_IN_PPS
id: EFI_ADC_3 id: EFI_ADC_3

View File

@ -86,8 +86,10 @@ void detectHellenBoardType();
// A24 // A24
#define H144_IN_CRANK Gpio::B1 #define H144_IN_CRANK Gpio::B1
#define H144_IN_CRANK_ANALOG EFI_ADC_9
// A19 // A19
#define H144_IN_CAM Gpio::A6 #define H144_IN_CAM Gpio::A6
#define H144_IN_CAM_ANALOG EFI_ADC_6
// DIN5 // DIN5
#define H144_IN_VSS Gpio::F11 #define H144_IN_VSS Gpio::F11