diff --git a/firmware/config/boards/hellen/hellen154hyundai/connectors/main.yaml b/firmware/config/boards/hellen/hellen154hyundai/connectors/main.yaml index c9e74a869b..72e2dd6f71 100644 --- a/firmware/config/boards/hellen/hellen154hyundai/connectors/main.yaml +++ b/firmware/config/boards/hellen/hellen154hyundai/connectors/main.yaml @@ -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 diff --git a/firmware/config/boards/hellen/hellen_meta.h b/firmware/config/boards/hellen/hellen_meta.h index 5ed5716623..585d4b5619 100644 --- a/firmware/config/boards/hellen/hellen_meta.h +++ b/firmware/config/boards/hellen/hellen_meta.h @@ -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