only:proteus_f7
This commit is contained in:
parent
27e4265ba9
commit
9c022b8f52
|
@ -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
|
||||
|
|
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue