rusefillc 2021-09-12 13:58:03 -04:00
parent 8b2e3e227d
commit 7fc88fa304
2 changed files with 5 additions and 0 deletions

View File

@ -27,6 +27,9 @@ All notable user-facing or behavior-altering changes will be documented in this
## Month 202x Release - "Release Name" ## 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" ## September 2021 Release - "Iguana Awareness Day"
### Added ### Added

View File

@ -56,6 +56,8 @@ void configureTriTach(TriggerWaveform * s) {
void configureFordPip(TriggerWaveform * s) { void configureFordPip(TriggerWaveform * s) {
s->initialize(FOUR_STROKE_CAM_SENSOR); s->initialize(FOUR_STROKE_CAM_SENSOR);
s->tdcPosition = 662.5;
s->setTriggerSynchronizationGap(0.66); s->setTriggerSynchronizationGap(0.66);
s->setSecondTriggerSynchronizationGap(1.25); s->setSecondTriggerSynchronizationGap(1.25);
/** /**