exposing some GPIO

This commit is contained in:
rusefi 2020-05-20 23:53:25 -04:00
parent 76f3fdbc1c
commit c42bae8f61
2 changed files with 7 additions and 1 deletions

View File

@ -146,7 +146,7 @@ static void setupDefaultSensorInputs() {
// open question if it's great to have TPS in default TPS - the down-side is for
// vehicles without TPS or for first start without TPS one would have to turn in off
// to avoid cranking corrections based on wrong TPS data
// tps = "20 - AN volt 5"
// tps = "20 - AN volt 5" PC3
engineConfiguration->tps1_1AdcChannel = EFI_ADC_13;
engineConfiguration->tps2_1AdcChannel = EFI_ADC_NONE;

View File

@ -31,6 +31,12 @@ outputs:
TLE8888_PIN_23: "33 - GP Out 3"
TLE8888_PIN_24: "43 - GP Out 4"
# J2
GPIOA_15: "AUX J2 PA15"
GPIOB_9: "AUX J2 PB9"
event_inputs:
# RC filter input for hall
GPIOA_5: "25 - Hall Cam"