This commit is contained in:
parent
7dffbae78b
commit
d32a472c7e
|
@ -145,7 +145,7 @@ void setBoardDefaultConfiguration() {
|
|||
|
||||
engineConfiguration->enableSoftwareKnock = true;
|
||||
|
||||
// engineConfiguration->boostControlPin = H144_LS_6;
|
||||
engineConfiguration->boostControlPin = H144_OUT_PWM5;
|
||||
// engineConfiguration->acSwitch = H144_IN_D_AUX3;
|
||||
// engineConfiguration->acRelayPin = H144_OUT_IO6;
|
||||
engineConfiguration->fuelPumpPin = H144_OUT_IO5;
|
||||
|
|
|
@ -1,4 +1,18 @@
|
|||
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
|
||||
# H_SPI3_MOSI
|
||||
id: C12
|
||||
|
|
|
@ -49,6 +49,20 @@ pins:
|
|||
type: ls
|
||||
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
|
||||
# H144_IN_PPS
|
||||
id: EFI_ADC_3
|
||||
|
|
|
@ -86,8 +86,10 @@ void detectHellenBoardType();
|
|||
|
||||
// A24
|
||||
#define H144_IN_CRANK Gpio::B1
|
||||
#define H144_IN_CRANK_ANALOG EFI_ADC_9
|
||||
// A19
|
||||
#define H144_IN_CAM Gpio::A6
|
||||
#define H144_IN_CAM_ANALOG EFI_ADC_6
|
||||
// DIN5
|
||||
#define H144_IN_VSS Gpio::F11
|
||||
|
||||
|
|
Loading…
Reference in New Issue