only:canam
This commit is contained in:
parent
45bdbacf00
commit
53f94d9b1b
|
@ -119,6 +119,7 @@
|
||||||
|
|
||||||
// PA3
|
// PA3
|
||||||
#define PROTEUS_IN_ANALOG_VOLT_8 EFI_ADC_3
|
#define PROTEUS_IN_ANALOG_VOLT_8 EFI_ADC_3
|
||||||
|
#define PROTEUS_IN_AV_8_DIGITAL Gpio::A3
|
||||||
|
|
||||||
// PA4
|
// PA4
|
||||||
#define PROTEUS_IN_ANALOG_VOLT_9 EFI_ADC_4
|
#define PROTEUS_IN_ANALOG_VOLT_9 EFI_ADC_4
|
||||||
|
@ -130,6 +131,7 @@
|
||||||
|
|
||||||
// PA6
|
// PA6
|
||||||
#define PROTEUS_IN_ANALOG_VOLT_11 EFI_ADC_6
|
#define PROTEUS_IN_ANALOG_VOLT_11 EFI_ADC_6
|
||||||
|
#define PROTEUS_IN_AV_11_DIGITAL Gpio::A6
|
||||||
|
|
||||||
#define PROTEUS_VR_1 Gpio::E7
|
#define PROTEUS_VR_1 Gpio::E7
|
||||||
#define PROTEUS_VR_2 Gpio::E8
|
#define PROTEUS_VR_2 Gpio::E8
|
||||||
|
|
|
@ -34,6 +34,9 @@ void setMaverickX3() {
|
||||||
|
|
||||||
gppwm_channel *accRelayPwm = &engineConfiguration->gppwm[1];
|
gppwm_channel *accRelayPwm = &engineConfiguration->gppwm[1];
|
||||||
accRelayPwm->pin = Gpio::PROTEUS_LS_4;
|
accRelayPwm->pin = Gpio::PROTEUS_LS_4;
|
||||||
|
|
||||||
|
engineConfiguration->luaDigitalInputPins[2] = PROTEUS_IN_AV_10_DIGITAL;
|
||||||
|
engineConfiguration->luaDigitalInputPins[3] = PROTEUS_IN_AV_8_DIGITAL;
|
||||||
#endif // HW_PROTEUS
|
#endif // HW_PROTEUS
|
||||||
|
|
||||||
strcpy(engineConfiguration->gpPwmNote[0], "IC Fan");
|
strcpy(engineConfiguration->gpPwmNote[0], "IC Fan");
|
||||||
|
|
Loading…
Reference in New Issue