# # microRusEfi board # https://github.com/rusefi/rusefi/wiki/Hardware_microRusEfi_wiring # outputs: # TLE8888 injector channels GPIOE_14: "37 - Injector 1" GPIOE_13: "38 - Injector 2" GPIOE_12: "41 - Injector 3" GPIOE_11: "42 - Injector 4" # TC4427 ignition outputs (5v) GPIOD_4: "9 - Ignition 1" GPIOD_3: "10 - Ignition 2" GPIOD_2: "11 - Ignition 3" GPIOD_1: "12 - Ignition 4" # TC4427 general purpose output (selectable 5v/12v) GPIOD_7: "14 - GP Out 5" GPIOD_6: "13 - GP Out 6" # TLE8888 high current low side: VVT1 TLE8888_IN10 / TLE8888_OUT6 GPIOE_9: "7 - Lowside 1" # TLE8888 high current low side: VVT2 TLE8888_IN9 / TLE8888_OUT5 GPIOE_10: "3 - Lowside 2" # TLE8888 half bridges (pushpull, lowside, or high-low) TLE8888_IN11 / TLE8888_OUT21#91 GPIOE_8: "35 - GP Out 1" # TLE8888 half bridges (pushpull, lowside, or high-low) IN? / TLE8888_OUT22#89 # this should work but it does not GPIOE_7: "34 - GP Out 2" TLE8888_PIN_22: "34 - GP Out 2" TLE8888_PIN_23: "33 - GP Out 3" TLE8888_PIN_24: "43 - GP Out 4" # J2 GPIOA_15: "AUX J2 PA15" GPIOB_8: "AUX J2 PB8" GPIOB_9: "AUX J2 PB9" GPIOC_12: "AUX J2 PC12" # Dual purpose input/output # TLE8888_PIN_12: "AV6 outmode" # TLE8888_PIN_11: "AV8 outmode" # TLE8888_PIN_10: "AV9 outmode" # TLE8888_PIN_13: "AV10 outmode" event_inputs: # RC filter input for hall GPIOA_5: "25 - Hall Cam" # TLE8888 VR/hall conditioner GPIOC_6: "45 - VR/Hall Crank" switch_inputs: GPIOE_10: "Brake Switch" GPIOG_1: "Clutch Switch" analog_inputs: # PA0 CLT EFI_ADC_0: "18 - AN temp 1" # PA1 IAT EFI_ADC_1: "23 - AN temp 2" # PA2 EFI_ADC_2: "24 - AN temp 3" # PA3 EFI_ADC_3: "22 - AN temp 4" # PA4 EFI_ADC_4: "28 - AN volt 10" # PA6 pull-down R31 EFI_ADC_6: "26 - AN volt 2" # PA7 EFI_ADC_7: "31 - AN volt 3" # PB0 EFI_ADC_8: "36 - AN volt 8" # PB1 EFI_ADC_9: "40 - AN volt 9" # PC0 MAP EFI_ADC_10: "27 - AN volt 1" # PC1 EFI_ADC_11: "Battery Sense" # PC2 pull-down R131 EFI_ADC_12: "19 - AN volt 4" # PC3 TPS pull-down R41 EFI_ADC_13: "20 - AN volt 5" # PC4 EFI_ADC_14: "32 - AN volt 6" # PC5 EFI_ADC_15: "30 - AN volt 7"