parent
c5cf0f46b0
commit
d32ff5b89d
|
@ -11,6 +11,8 @@ DDEFS += -DTRIGGER_SCOPE
|
|||
DDEFS += -DFIRMWARE_ID=\"AlphaX-4chan\"
|
||||
DDEFS += -DEFI_SOFTWARE_KNOCK=TRUE -DSTM32_ADC_USE_ADC3=TRUE
|
||||
|
||||
DDEFS += -DADC_MUX_PIN=Gpio::F2
|
||||
|
||||
# pretty temporary
|
||||
DDEFS += -DDISABLE_PIN_STATE_VALIDATION=TRUE
|
||||
|
||||
|
|
|
@ -242,6 +242,14 @@ pins:
|
|||
ts_name: D5 - PPS
|
||||
color: orange
|
||||
|
||||
- pin: D5g
|
||||
# IN_TPS2
|
||||
id: EFI_ADC_20
|
||||
class: analog_inputs
|
||||
function: PPS Sensor Input rev G
|
||||
ts_name: D5 - PPS rev G
|
||||
color: orange
|
||||
|
||||
- pin: D6
|
||||
# H144_IGN_3
|
||||
id: E4
|
||||
|
|
|
@ -123,6 +123,9 @@ void detectHellenBoardType();
|
|||
// VIGN PA5
|
||||
#define H144_IN_VBATT EFI_ADC_5
|
||||
|
||||
// muxed
|
||||
#define H144_IN_TPS2 EFI_ADC_20
|
||||
|
||||
// IN_MAP1 AIN9 PC0
|
||||
#define H144_IN_MAP1 EFI_ADC_10
|
||||
// AIN10 PC1
|
||||
|
|
Loading…
Reference in New Issue