This commit is contained in:
parent
8b2e3e227d
commit
7fc88fa304
|
@ -27,6 +27,9 @@ All notable user-facing or behavior-altering changes will be documented in this
|
|||
|
||||
## Month 202x Release - "Release Name"
|
||||
|
||||
### Added
|
||||
- Ford PIP trigger decoder https://github.com/rusefi/rusefi/wiki/Images/triggers/trigger_65.png
|
||||
|
||||
## September 2021 Release - "Iguana Awareness Day"
|
||||
|
||||
### Added
|
||||
|
|
|
@ -56,6 +56,8 @@ void configureTriTach(TriggerWaveform * s) {
|
|||
void configureFordPip(TriggerWaveform * s) {
|
||||
s->initialize(FOUR_STROKE_CAM_SENSOR);
|
||||
|
||||
s->tdcPosition = 662.5;
|
||||
|
||||
s->setTriggerSynchronizationGap(0.66);
|
||||
s->setSecondTriggerSynchronizationGap(1.25);
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue