This commit is contained in:
parent
aa3d1db05e
commit
dd6c11e744
|
@ -153,6 +153,8 @@ pins:
|
|||
function: Analog Ground
|
||||
|
||||
- pin: K47
|
||||
# H144_LS_7
|
||||
id: GPIOF_13
|
||||
class: outputs
|
||||
function: BK1 Wastegate Solenoid
|
||||
|
||||
|
@ -201,6 +203,28 @@ pins:
|
|||
function: Main relay control
|
||||
type: ls
|
||||
|
||||
- pin: K65
|
||||
# H144_OUT_IO7
|
||||
id: GPIOG_3
|
||||
class: outputs
|
||||
ts_name: Fan Relay Low
|
||||
function: Fan relay low
|
||||
|
||||
- pin: K65
|
||||
# H144_LS_5
|
||||
id: GPIOD_9
|
||||
class: outputs
|
||||
ts_name: VVT1
|
||||
function: VVT1
|
||||
|
||||
- pin: K68
|
||||
# H144_LS_6
|
||||
id: GPIOF_12
|
||||
class: outputs
|
||||
ts_name: VVT2
|
||||
function: VVT2
|
||||
|
||||
|
||||
- pin: K70
|
||||
# H144_OUT_IO9
|
||||
id: GPIOG_13
|
||||
|
|
|
@ -13,6 +13,8 @@
|
|||
#define H144_LS_4 GPIOD_10
|
||||
#define H144_LS_5 GPIOD_9
|
||||
#define H144_LS_6 GPIOF_12
|
||||
#define H144_LS_7 GPIOF_13
|
||||
#define H144_LS_8 GPIOF_14
|
||||
|
||||
#define H144_IGN_1 GPIOC_13
|
||||
#define H144_IGN_2 GPIOE_5
|
||||
|
|
Loading…
Reference in New Issue