only:alphax-4k-gdi
This commit is contained in:
parent
22a71f77b3
commit
d090c25b00
|
@ -214,12 +214,20 @@ static Gpio OUTPUTS[] = {
|
|||
Gpio::TLE9104_2_OUT_3, // 32B VVT4
|
||||
Gpio::TLE9104_3_OUT_0, // 33A Wastegate Solenoid
|
||||
Gpio::TLE9104_3_OUT_1, // 34A AC Control
|
||||
Gpio::H144_IGN_4, // 11A Ignition 4
|
||||
Gpio::H144_IGN_3, // 12A Ignition 3
|
||||
Gpio::H144_IGN_2, // 13A Ignition 2
|
||||
Gpio::H144_IGN_1, // 14A Ignition 1
|
||||
};
|
||||
|
||||
int getBoardMetaOutputsCount() {
|
||||
return efi::size(OUTPUTS);
|
||||
}
|
||||
|
||||
int getBoardMetaLowSideOutputsCount() {
|
||||
return getBoardMetaOutputsCount() - 4;
|
||||
}
|
||||
|
||||
Gpio* getBoardMetaOutputs() {
|
||||
return OUTPUTS;
|
||||
}
|
||||
|
|
|
@ -50,6 +50,7 @@ pins:
|
|||
function: Smart Ignition 4
|
||||
type: ign
|
||||
ts_name: ___ Ignition 4
|
||||
color: orange/brown
|
||||
|
||||
- pin: 12A
|
||||
meta: H144_IGN_3
|
||||
|
@ -57,6 +58,7 @@ pins:
|
|||
function: Smart Ignition 3
|
||||
type: ign
|
||||
ts_name: ___ Ignition 3
|
||||
color: blue
|
||||
|
||||
- pin: 13A
|
||||
meta: H144_IGN_2
|
||||
|
@ -64,6 +66,7 @@ pins:
|
|||
function: Smart Ignition 2
|
||||
type: ign
|
||||
ts_name: ___ Ignition 2
|
||||
color: white
|
||||
|
||||
- pin: 14A
|
||||
meta: H144_IGN_1
|
||||
|
@ -71,6 +74,7 @@ pins:
|
|||
function: Smart Ignition 1
|
||||
type: ign
|
||||
ts_name: ___ Ignition 1
|
||||
color: green
|
||||
|
||||
- pin: 15A
|
||||
function: CAN bus high (CANH)
|
||||
|
|
Loading…
Reference in New Issue