rusefillc 2021-12-17 13:51:46 -05:00
parent ae52b4c5f5
commit 6cdeccb61e
2 changed files with 19 additions and 0 deletions

View File

@ -318,6 +318,8 @@ pins:
type: ign
- pin: A29
# H144_IN_RES3
id: GPIOF_8
class: switch_inputs
ts_name: Brake Input
function: Brake Switch
@ -331,7 +333,11 @@ pins:
type: ign
- pin: A43
# H144_IN_RES2
id: GPIOF_10
class: switch_inputs
function: Clutch Input
- pin: A45
function: BK2 DC Wastegate Pos
@ -343,6 +349,9 @@ pins:
type: ign
- pin: A57
# H144_IN_RES1
id: GPIOF_9
class: switch_inputs
function: AC Request Switch
- pin: A60

View File

@ -68,6 +68,16 @@
// AIN10 PC1
#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_AUX2 EFI_ADC_14