rusefi-1/firmware/controllers/trigger/decoders
rusefillc 526340de78 Subaru svx vvt #3210
helping or not
2021-08-31 06:05:57 -04:00
..
readme.md docs 2021-08-31 04:27:31 -04:00
trigger_chrysler.cpp refactoring 2021-07-17 00:53:51 -04:00
trigger_chrysler.h
trigger_gm.cpp refactoring 2021-07-17 00:56:50 -04:00
trigger_gm.h GM/Daewoo 60/2/2/2 Trigger Pattern #2264 2021-02-01 23:44:14 -05:00
trigger_honda.cpp TDC Trigger Position #2428 2021-03-08 00:00:48 -05:00
trigger_honda.h
trigger_mazda.cpp Use pch in lots of files (#3066) 2021-07-26 01:05:17 -04:00
trigger_mazda.h OMG dead code?! 2021-06-24 22:01:57 -04:00
trigger_misc.cpp barra vvt cam pattern (#2483) 2021-03-22 07:48:29 -04:00
trigger_misc.h barra vvt cam pattern (#2483) 2021-03-22 07:48:29 -04:00
trigger_mitsubishi.cpp TDC Trigger Position #2428 2021-03-08 00:00:48 -05:00
trigger_mitsubishi.h
trigger_nissan.cpp Nissan 4 cylinder QR trigger wheel #3118 2021-08-08 06:16:19 -04:00
trigger_nissan.h Nissan 4 cylinder QR trigger wheel #3118 2021-08-08 04:45:40 -04:00
trigger_renix.cpp
trigger_renix.h
trigger_rover.cpp removing dead code - initialize() sets 'true' already 2021-03-07 23:37:54 -05:00
trigger_rover.h
trigger_structure.cpp Subaru svx vvt #3210 2021-08-31 06:05:57 -04:00
trigger_structure.h NB2 trigger shape does not seem to match JimStim #2980 2021-07-17 17:47:32 -04:00
trigger_subaru.cpp trigger: subaru 7+6: update cranck angles, add comments (#2789) 2021-06-02 19:19:52 +03:00
trigger_subaru.h
trigger_toyota.cpp
trigger_toyota.h
trigger_universal.cpp Use pch in lots of files (#3066) 2021-07-26 01:05:17 -04:00
trigger_universal.h https://rusefi.com/forum/viewtopic.php?p=40383 2021-04-11 18:20:35 -04:00
trigger_vw.cpp Use pch in lots of files (#3066) 2021-07-26 01:05:17 -04:00
trigger_vw.h Trigger pattern request Škoda Favorit #2302 2021-02-06 20:12:58 -05:00
triggers-meta.yaml Refactoring, technical debt: export more of trigger attributes into triggers.txt file #2077 2021-04-30 01:05:23 -04:00

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

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