rusefi-1/firmware/controllers/trigger/decoders
Matthew Kennedy 0932fcf94c
Improve NA/NB miata sync parameters (#3730)
* NA sync parameters

* NB vvt pattern too

* zach's car says tighten the gap

* look at that, we sync one cycle sooner!
2022-01-01 21:39:04 -05:00
..
readme.md https://rusefi.com/forum/viewtopic.php?f=5&t=2117 2021-09-11 23:42:05 -04:00
trigger_chrysler.cpp remove engine pointer passing (#3556) 2021-11-16 04:15:29 -05:00
trigger_chrysler.h
trigger_gm.cpp refactoring 2021-07-17 00:56:50 -04:00
trigger_gm.h
trigger_honda.cpp Honda K 12+1 decoder adjustment (#3694) 2021-12-14 21:10:01 -05:00
trigger_honda.h Honda K cam wheels #3405 2021-10-24 17:12:19 -04:00
trigger_mazda.cpp Improve NA/NB miata sync parameters (#3730) 2022-01-01 21:39:04 -05:00
trigger_mazda.h
trigger_mercedes.cpp math is fun (#3545) 2021-11-14 15:32:35 -05:00
trigger_mercedes.h mercedes two lobe trigger testing (#3543) 2021-11-13 21:50:04 -05:00
trigger_misc.cpp MAP phase sensing fix #3544 2021-12-16 21:28:27 -05:00
trigger_misc.h MAP phase sensing fix #3544 2021-12-16 21:28:27 -05:00
trigger_mitsubishi.cpp
trigger_mitsubishi.h
trigger_nissan.cpp adjust mr18 vvt trigger (#3691) 2021-12-13 16:33:34 -04:00
trigger_nissan.h nissan MR18DE VVT cam pattern (#3466) 2021-11-05 15:33:22 -04:00
trigger_renix.cpp
trigger_renix.h
trigger_rover.cpp
trigger_rover.h
trigger_structure.cpp MAP phase sensing fix #3544 2021-12-16 21:28:27 -05:00
trigger_structure.h Engine phase wrap around in log #3645 2021-12-02 17:06:20 -05:00
trigger_subaru.cpp fix (#3253) 2021-09-21 00:27:14 -04:00
trigger_subaru.h
trigger_suzuki.cpp https://rusefi.com/forum/viewtopic.php?f=5&t=2143 Suzuki G13B tooth pattern 2021-10-04 19:59:51 -04:00
trigger_suzuki.h https://rusefi.com/forum/viewtopic.php?f=5&t=2143 Suzuki G13B tooth pattern 2021-10-04 11:25:27 -04:00
trigger_toyota.cpp
trigger_toyota.h
trigger_universal.cpp brave refactoring 2021-11-19 23:56:52 -05:00
trigger_universal.h
trigger_vw.cpp Use pch in lots of files (#3066) 2021-07-26 01:05:17 -04:00
trigger_vw.h
triggers-meta.yaml

readme.md

Trigger Decoders

This folder is and should not be aware of engine.h or engine_configuration.h

Hints on adding new trigger

Step 1: add into rusefi_config.txt

Step 2: add into rusefi_enums.h, update TT_UNUSED, invoke gen_enum script

Step 3: get it working.

It's useful to un-comments AllTriggersFixture line in unit_tests/main.cpp

It's useful to add setVerboseTrigger(true) into unit tests while troubleshooting fresh trigger code