only:proteus_f7

This commit is contained in:
rusefillc 2023-04-21 14:41:04 -04:00
parent 27e4265ba9
commit 9c022b8f52
2 changed files with 3 additions and 2 deletions

View File

@ -110,6 +110,7 @@
// PA1
#define PROTEUS_IN_ANALOG_VOLT_6 EFI_ADC_1
#define PROTEUS_IN_AV_6_DIGITAL Gpio::A1
// PA2
#define PROTEUS_IN_ANALOG_VOLT_7 EFI_ADC_2

View File

@ -32,8 +32,8 @@ void setProteusHyundaiPb() {
// engineConfiguration->starterControlPin = PROTEUS_LS_14;
engineConfiguration->startStopButtonPin = PROTEUS_DIGITAL_3;
engineConfiguration->startStopButtonMode = PI_PULLUP;
engineConfiguration->startStopButtonPin = PROTEUS_IN_AV_6_DIGITAL;
engineConfiguration->startStopButtonMode = PI_DEFAULT;
}
static void commonGenesisCoupe() {