hellen mcu pinout confusion

This commit is contained in:
rusefi 2023-05-15 15:04:52 -04:00
parent f0aed2e103
commit 59093f90dc
1 changed files with 2 additions and 2 deletions

View File

@ -179,9 +179,9 @@ void detectHellenBoardType();
// IN_O2S2 AIN12 PA1 // IN_O2S2 AIN12 PA1
#define H144_IN_O2S2 EFI_ADC_1 #define H144_IN_O2S2 EFI_ADC_1
// IN_D1(old) or IN_DIG8(new) // IN_D1(old) or IN_DIG8(new/mega-module)
#define H144_IN_D_1 Gpio::E12 #define H144_IN_D_1 Gpio::E12
// IN_D2(old) or IN_DIG9(new) // IN_D2(old) or IN_DIG9(new/mm)
#define H144_IN_D_2 Gpio::E13 #define H144_IN_D_2 Gpio::E13
// IN_D3(old) or IN_DIG10(new) // IN_D3(old) or IN_DIG10(new)
#define H144_IN_D_3 Gpio::E14 #define H144_IN_D_3 Gpio::E14