This commit is contained in:
parent
ae52b4c5f5
commit
6cdeccb61e
|
@ -318,6 +318,8 @@ pins:
|
||||||
type: ign
|
type: ign
|
||||||
|
|
||||||
- pin: A29
|
- pin: A29
|
||||||
|
# H144_IN_RES3
|
||||||
|
id: GPIOF_8
|
||||||
class: switch_inputs
|
class: switch_inputs
|
||||||
ts_name: Brake Input
|
ts_name: Brake Input
|
||||||
function: Brake Switch
|
function: Brake Switch
|
||||||
|
@ -331,7 +333,11 @@ pins:
|
||||||
type: ign
|
type: ign
|
||||||
|
|
||||||
- pin: A43
|
- pin: A43
|
||||||
|
# H144_IN_RES2
|
||||||
|
id: GPIOF_10
|
||||||
|
class: switch_inputs
|
||||||
function: Clutch Input
|
function: Clutch Input
|
||||||
|
|
||||||
- pin: A45
|
- pin: A45
|
||||||
function: BK2 DC Wastegate Pos
|
function: BK2 DC Wastegate Pos
|
||||||
|
|
||||||
|
@ -343,6 +349,9 @@ pins:
|
||||||
type: ign
|
type: ign
|
||||||
|
|
||||||
- pin: A57
|
- pin: A57
|
||||||
|
# H144_IN_RES1
|
||||||
|
id: GPIOF_9
|
||||||
|
class: switch_inputs
|
||||||
function: AC Request Switch
|
function: AC Request Switch
|
||||||
|
|
||||||
- pin: A60
|
- pin: A60
|
||||||
|
|
|
@ -68,6 +68,16 @@
|
||||||
// AIN10 PC1
|
// AIN10 PC1
|
||||||
#define H144_IN_MAP2 EFI_ADC_11
|
#define H144_IN_MAP2 EFI_ADC_11
|
||||||
|
|
||||||
|
// AIN7
|
||||||
|
#define H144_IN_RES1 GPIOF_9
|
||||||
|
|
||||||
|
// AIN16
|
||||||
|
#define H144_IN_RES2 GPIOF_10
|
||||||
|
|
||||||
|
// AIN8
|
||||||
|
#define H144_IN_RES3 GPIOF_8
|
||||||
|
|
||||||
|
|
||||||
#define H144_IN_AUX1 EFI_ADC_8
|
#define H144_IN_AUX1 EFI_ADC_8
|
||||||
//
|
//
|
||||||
#define H144_IN_AUX2 EFI_ADC_14
|
#define H144_IN_AUX2 EFI_ADC_14
|
||||||
|
|
Loading…
Reference in New Issue