v12
This commit is contained in:
parent
067aa0aeee
commit
19e828acda
|
@ -153,9 +153,17 @@ GPIOA_6
|
||||||
boardConfiguration->idle.solenoidPin = GPIO_UNASSIGNED;
|
boardConfiguration->idle.solenoidPin = GPIO_UNASSIGNED;
|
||||||
boardConfiguration->fanPin = GPIO_UNASSIGNED;
|
boardConfiguration->fanPin = GPIO_UNASSIGNED;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Yellow op-amp board
|
||||||
|
*
|
||||||
|
* AN6 tested pull-down 1M
|
||||||
|
* AN8 tested no pull-down / no pull-up
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
// For example TLE7209 - two control wires:
|
// For example TLE7209 - two control wires:
|
||||||
// PWM on both wires - one to open, another to close
|
// PWM on both wires - one to open, another to close
|
||||||
|
// ETB motor NEG pin # - white wire - OUT 1
|
||||||
|
|
||||||
engineConfiguration->throttlePedalPositionAdcChannel = EFI_ADC_7;
|
engineConfiguration->throttlePedalPositionAdcChannel = EFI_ADC_7;
|
||||||
// PWM pin
|
// PWM pin
|
||||||
|
|
Loading…
Reference in New Issue